| 15 | export type NormalizedSequenceString = string & {[sequenceBrand]: true} |
| 16 | |
| 17 | export class SequenceTracker { |
| 18 | static readonly CHORD_TIMEOUT = 1500 |
| 19 | |
| 20 | private _path: readonly NormalizedHotkeyString[] = [] |
nothing calls this directly
no outgoing calls
no test coverage detected