← Back
Editing: isBuffer.js
module.exports = function isBuffer(arg) { return arg instanceof Buffer; }
Save File
Cancel