Edit File: isBuffer.js
module.exports = function isBuffer(arg) { return arg instanceof Buffer; }
Back to File Manager