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)

11 lines 470 B
#!/usr/bin/env -S node --no-warnings --loader ts-node/esm "use strict"; Object.defineProperty(exports, "__esModule", { value: true }); // tslint:disable:no-shadowed-variable const tstest_1 = require("tstest"); const file_box_js_1 = require("./file-box.js"); (0, tstest_1.test)('FileBoxInterface', async (t) => { const fileBox = file_box_js_1.FileBox.fromQRCode('test'); t.ok(fileBox, 'should be ok with interface'); }); //# sourceMappingURL=interface.spec.js.map