UNPKG

jszip

Version:

Create, read and edit .zip files with Javascript http://stuartk.com/jszip

7 lines 170 B
'use strict'; module.exports = function(data, encoding){ return new Buffer(data, encoding); }; module.exports.test = function(b){ return Buffer.isBuffer(b); };