UNPKG

mframejs

Version:
8 lines (7 loc) 288 B
export declare class DOM { static readonly document: Document; static readonly window: Window; static readonly nodeFilter: NodeFilter | any; static setConfig(win: Window, doc: Document): void; static waitFor(time?: number, intervals?: number): Promise<void>; }