UNPKG

@unicef-polymer/etools-unicef

Version:
5 lines (4 loc) 280 B
export declare function getBlobAsText(file: any): Promise<unknown>; export declare function getArrayBuffer(blob: any): Promise<unknown>; export declare function getBlob(fileUrl: any): Promise<Blob>; export declare function getFileUrl(file: any, doNotRevokeUrl?: boolean): string;