MCPcopy
hub / github.com/dvanoni/notero / Document

Interface Document

types/global.d.ts:8–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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[];

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected