UNPKG

file-box

Version:

Pack a File into Box for easy move/transfer between servers no matter of where it is.(local path, remote url, or cloud storage)

5 lines 248 B
/// <reference types="node" /> import { Readable } from 'stream'; export declare function bufferToQrValue(buf: Buffer): Promise<string>; export declare function qrValueToStream(value: string): Promise<Readable>; //# sourceMappingURL=qrcode.d.ts.map