Dashboard
PHP:
8.2.30
OS:
Linux
User:
dh_nv8b2m
/
/
usr
/
share
/
javascript
/
util
/
support
📤 Upload
📝 New File
📁 New Folder
Close
Editing: isBufferBrowser.js
module.exports = function isBuffer(arg) { return arg && typeof arg === 'object' && typeof arg.copy === 'function' && typeof arg.fill === 'function' && typeof arg.readUInt8 === 'function'; }
Save
Cancel