UNPKG

151 BTypeScriptView Raw
1export declare class OptionsReader {
2 private globalContext;
3 constructor(globalContext: any);
4 get window(): any;
5 get document(): any;
6}