/
var
/
www
/
flurhymez
/
node_modules
/
util
/
support
/
/var/www/flurhymez/node_modules/util/support
mkdir
upload
Name
Size
Mode
Actions
isBuffer.js
76
0644
edit
dl
rm
isBufferBrowser.js
203
0644
edit
dl
rm
Edit:
/var/www/flurhymez/node_modules/util/support/isBufferBrowser.js
(203B)
module.exports = function isBuffer(arg) { return arg && typeof arg === 'object' && typeof arg.copy === 'function' && typeof arg.fill === 'function' && typeof arg.readUInt8 === 'function'; }
Save
module.exports = function isBuffer(arg) { return arg && typeof arg === 'object' && typeof arg.copy === 'function' && typeof arg.fill === 'function' && typeof arg.readUInt8 === 'function'; }