The parsed character at the current cursor position.
()
| 1558 | init(): void; |
| 1559 | /** The parsed character at the current cursor position. */ |
| 1560 | peek(): number; |
| 1561 | /** Advance the cursor by one parsed character. */ |
| 1562 | advance(): void; |
| 1563 | /** Get a span from the marked start point to the current point. */ |
no outgoing calls
no test coverage detected