The number of characters left before the end of the cursor.
()
| 1599 | getChars(start: this): string; |
| 1600 | /** The number of characters left before the end of the cursor. */ |
| 1601 | charsLeft(): number; |
| 1602 | /** The number of characters between `this` cursor and `other` cursor. */ |
| 1603 | diff(other: this): number; |
| 1604 | /** Make a copy of this cursor */ |
no outgoing calls
no test coverage detected