UNPKG

globular-element

Version:

Collection of webcomponent to work with globular

5 lines (4 loc) 270 B
export declare function mergeTypedArrays(a: any, b: any): any; export declare function uint8arrayToStringMethod(uint8arr: any, callback: (str: any) => void): void; export declare function dataURItoBlob(dataURI: string): Blob; export declare function fireResize(): void;