| Path : /proc/thread-self/root/var/www/html/smartcirqls.com/vendors/jszip/lib/ |
| Current File : //proc/thread-self/root/var/www/html/smartcirqls.com/vendors/jszip/lib/nodeBuffer.js |
'use strict';
module.exports = function(data, encoding){
return new Buffer(data, encoding);
};
module.exports.test = function(b){
return Buffer.isBuffer(b);
};