UNPKG

342 BTypeScriptView Raw
1import { IPlatform } from './platform';
2import { IGlobal } from './global';
3import { IDom } from './dom';
4import { IFeature } from './feature';
5export declare function buildPal(): {
6 global: IGlobal;
7 platform: IPlatform;
8 dom: IDom;
9 feature: IFeature;
10};
11export declare function ensurePerformance(window: any): void;