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
TypeScript
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