* Returns true only if the stream is at the end of the line.
()
| 934 | * Returns true only if the stream is at the end of the line. |
| 935 | */ |
| 936 | eol(): boolean; |
| 937 | |
| 938 | /** |
| 939 | * Returns true only if the stream is at the start of the line. |
no outgoing calls
no test coverage detected