UNPKG

427 BTypeScriptView Raw
1/// <reference path="nodejs-global.d.ts" />
2export { ensurePerformance } from './nodejs-pal-builder';
3/**
4* Initializes the PAL with the NodeJS-targeted implementation.
5*/
6export declare function initialize(): void;
7/**
8 * @description initializes and makes variables like 'window' into NodeJS globals
9 */
10export declare function globalize(): typeof globalThis;
11export declare function reset(window?: Window): void;