UNPKG

246 BTypeScriptView Raw
1import { HTML5BackendContext } from './types';
2export declare class OptionsReader {
3 private globalContext;
4 constructor(globalContext: HTML5BackendContext);
5 get window(): Window | undefined;
6 get document(): Document | undefined;
7}