| Current Path : /var/www/html/mnrb/node_modules/assert/node_modules/util/support/ |
| Current File : /var/www/html/mnrb/node_modules/assert/node_modules/util/support/isBuffer.js |
module.exports = function isBuffer(arg) {
return arg instanceof Buffer;
}