The number of characters between `this` cursor and `other` cursor.
(other: this)
| 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 */ |
| 1572 | clone(): CharacterCursor; |
| 1573 | } |
no outgoing calls
no test coverage detected