()
| 44 | } |
| 45 | |
| 46 | export function getMetaKey(): 'MetaLeft' | 'ControlLeft' { |
| 47 | return isMac() ? 'MetaLeft' : 'ControlLeft'; |
| 48 | } |
| 49 | |
| 50 | export function formatTargetNode(value: number | string | HTMLElement): string { |
| 51 | if (typeof HTMLElement !== 'undefined' && value instanceof HTMLElement) { |
no outgoing calls
no test coverage detected