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)
9 lines • 550 B
TypeScript
import { FileBoxType } from './file-box.type.js';
import { VERSION } from './config.js';
import { FileBox } from './file-box.js';
import type { FileBoxInterface, FileBoxConstructor } from './interface.js';
import type { UuidSaver, UuidLoader } from './file-box.type.js';
import { UniformResourceNameRegistry } from './urn-registry/uniform-resource-name-registry.js';
export type { UuidSaver, UuidLoader, FileBoxInterface, FileBoxConstructor, };
export { FileBox, FileBoxType, UniformResourceNameRegistry, VERSION, };
//# sourceMappingURL=mod.d.ts.map