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