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) 130 B
module.exports = { efs: true, encode: (data) => Buffer.from(data, "utf8"), decode: (data) => data.toString("utf8") };