UNPKG

jszip

Version:

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

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