META-INF.resources.bower_components.jszip.lib.nodejsUtils.min.js Maven / Gradle / Ivy
"use strict";module.exports={isNode:typeof Buffer!=="undefined",newBufferFrom:function(data,encoding){return new Buffer(data,encoding)},allocBuffer:function(size){if(Buffer.alloc){return Buffer.alloc(size)}else{return new Buffer(size)}},isBuffer:function(b){return Buffer.isBuffer(b)},isStream:function(obj){return obj&&typeof obj.on==="function"&&typeof obj.pause==="function"&&typeof obj.resume==="function"}};
© 2015 - 2025 Weber Informatics LLC | Privacy Policy