UNPKG

reakeys

Version:
6 lines (5 loc) 199 B
type ModifierKey = '⌘' | 'CTRL'; export declare function isMac(): boolean; export declare const MODIFIER_KEY: ModifierKey; export declare function getHotkeyText(hotkey: string): string; export {};