https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap
| 100 | } |
| 101 | /** https://developer.mozilla.org/en-US/docs/Web/API/KeyboardLayoutMap */ |
| 102 | interface KeyboardLayoutMap |
| 103 | extends Iterable< |
| 104 | [label: string, key: string] /* example: ['BracketRight', ']'] */ |
| 105 | > {} |
nothing calls this directly
no outgoing calls
no test coverage detected