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