root.d.ts 133 Bytes Edit Raw Blame History Permalink 1 2 3 4 5 6 /** * window: browser in DOM main thread * self: browser in WebWorker * global: Node.js/other */ export declare const root: any;