Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
WIKIPEDIA
/
imalireports
/
node_modules
/
assert
/
node_modules
/
util
/
support
:
isBufferBrowser.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
module.exports = function isBuffer(arg) { return arg && typeof arg === 'object' && typeof arg.copy === 'function' && typeof arg.fill === 'function' && typeof arg.readUInt8 === 'function'; }