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