UNPKG

spscript-b

Version:
5 lines (4 loc) 295 B
export declare var validateNamespace: (namespace: any) => boolean; export declare var waitForLibraries: (namespaces: any) => Promise<{}>; export declare var waitForLibrary: (namespace: any) => Promise<{}>; export declare var waitForElement: (selector: any, timeout?: number) => Promise<{}>;