The number of characters left before the end of the cursor.
()
| 1566 | getChars(start: this): string; |
| 1567 | /** The number of characters left before the end of the cursor. */ |
| 1568 | charsLeft(): number; |
| 1569 | /** The number of characters between `this` cursor and `other` cursor. */ |
| 1570 | diff(other: this): number; |
| 1571 | /** Make a copy of this cursor */ |
no outgoing calls
no test coverage detected