isBuffer.js 76 Bytes RawBlameHistoryPermalink 1 2 3 module.exports = function isBuffer(arg) { return arg instanceof Buffer; }