The number of characters left before the end of the cursor.
()
| 1584 | getChars(start: this): string; |
| 1585 | /** The number of characters left before the end of the cursor. */ |
| 1586 | charsLeft(): number; |
| 1587 | /** The number of characters between `this` cursor and `other` cursor. */ |
| 1588 | diff(other: this): number; |
| 1589 | /** Make a copy of this cursor */ |
no outgoing calls
no test coverage detected