UNPKG

adm-zip

Version:

Javascript implementation of zip for nodejs with support for electron original-fs. Allows user to create or extract zip files both in memory or to/from disk

6 lines (5 loc) 226 B
module.exports = require("./utils"); module.exports.Constants = require("./constants"); module.exports.Errors = require("./errors"); module.exports.FileAttr = require("./fattr"); module.exports.decoder = require("./decoder");