This commit is contained in:
8
node_modules/licia/convertBin.d.ts
generated
vendored
Normal file
8
node_modules/licia/convertBin.d.ts
generated
vendored
Normal file
@@ -0,0 +1,8 @@
|
||||
import type = require('./type');
|
||||
|
||||
declare namespace convertBin {
|
||||
function blobToArrBuffer(blob: any): Promise<ArrayBuffer>;
|
||||
}
|
||||
declare function convertBin(bin: any, type: string): any;
|
||||
|
||||
export = convertBin;
|
||||
Reference in New Issue
Block a user