UNPKG

108 BTypeScriptView Raw
1export declare function readBlobText(blob: Blob, FileReader: {
2 new (): FileReader;
3}): Promise<string>;