UNPKG

298 BTypeScriptView Raw
1export interface IGlobal {
2 _spPageContextInfo?: {
3 webAbsoluteUrl?: string;
4 webServerRelativeUrl?: string;
5 };
6 location?: string;
7 fetch(url: string, options: any): Promise<Response>;
8}
9export declare const safeGlobal: IGlobal;
10//# sourceMappingURL=safe-global.d.ts.map
\No newline at end of file