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)
6 lines • 333 B
JavaScript
import { FileBoxType, } from './file-box.type.js';
import { VERSION, } from './config.js';
import { FileBox, } from './file-box.js';
import { UniformResourceNameRegistry, } from './urn-registry/uniform-resource-name-registry.js';
export { FileBox, FileBoxType, UniformResourceNameRegistry, VERSION, };
//# sourceMappingURL=mod.js.map