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)

14 lines 397 B
#!/usr/bin/env -S node --no-warnings --loader ts-node/esm import 'reflect-metadata'; export declare class FixtureFileBox { static localFileFixture(): { content: string; name: string; size: string; type: string; }; } export declare class TestFileBox { static testFileCreateLocal(localFileFixture: any): void; } //# sourceMappingURL=file-box.spec.d.ts.map