UNPKG

308 BTypeScriptView Raw
1export declare function isWindowObjectExist(): boolean;
2export declare function loadScript(scriptUrl: string, onSuccess: () => void, onError?: (message?: string, exception?: any) => void, scriptId?: string): void;
3export declare function loadScriptAsync(scriptUrl: string, scriptId?: string): Promise<void>;