| 1 | import {NormalizedHotkeyString, eventToHotkeyString, normalizeHotkey} from './hotkey.js' |
| 2 | |
| 3 | interface SequenceTrackerOptions { |
| 4 | onReset?: () => void |
| 5 | } |
| 6 | |
| 7 | export const SEQUENCE_DELIMITER = ' ' |
| 8 |
nothing calls this directly
no outgoing calls
no test coverage detected