UNPKG

541 BTypeScriptView Raw
1export default blob;
2declare namespace blob {
3 namespace blob {
4 function test(x: any): boolean;
5 function test(x: any): boolean;
6 function replace(b: any): any;
7 function replace(b: any): any;
8 function revive({ type, buffer }: {
9 type: any;
10 buffer: any;
11 }): Blob;
12 function revive({ type, buffer }: {
13 type: any;
14 buffer: any;
15 }): Blob;
16 function replaceAsync(b: any): any;
17 function replaceAsync(b: any): any;
18 }
19}