* Returns the next character in the stream without advancing it. Will return an null at the end of the line.
()
| 944 | * Returns the next character in the stream without advancing it. Will return an null at the end of the line. |
| 945 | */ |
| 946 | peek(): string; |
| 947 | |
| 948 | /** |
| 949 | * Returns the next character in the stream and advances it. Also returns null when no more characters are available. |
no outgoing calls
no test coverage detected