8889841chome/clixcotz/mars.clix.co.tz/node_modules/util/support/isBufferBrowser.js000066600000000313150515253230023106 0ustar00module.exports = function isBuffer(arg) { return arg && typeof arg === 'object' && typeof arg.copy === 'function' && typeof arg.fill === 'function' && typeof arg.readUInt8 === 'function'; }