| 6 | function pref(name: string, value: boolean | number | string): void; |
| 7 | |
| 8 | interface Document { |
| 9 | l10n: L10n.DOMLocalization; |
| 10 | } |
| 11 | |
| 12 | interface Window { |
| 13 | arguments?: unknown[]; |
nothing calls this directly
no outgoing calls
no test coverage detected