* Returns the next character in the stream and advances it. Also returns null when no more characters are available.
()
| 949 | * Returns the next character in the stream and advances it. Also returns null when no more characters are available. |
| 950 | */ |
| 951 | next(): string; |
| 952 | |
| 953 | /** |
| 954 | * match can be a character, a regular expression, or a function that takes a character and returns a boolean. |
no outgoing calls
no test coverage detected