UNPKG

zipster

Version:

TypeScript library built for Node backends to create ZIP files with password protection

11 lines 471 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); const Zipster_1 = require("./Zipster"); exports.Zipster = Zipster_1.Zipster; const Formats_1 = require("./enums/Formats"); exports.Formats = Formats_1.Formats; const FileParts_1 = require("./libs/FileParts"); exports.FileParts = FileParts_1.FileParts; const ZipsterError_1 = require("./errors/ZipsterError"); exports.ZipsterError = ZipsterError_1.ZipsterError; //# sourceMappingURL=index.js.map