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