blob: c610fa19390b72546188db051a64587e272a798b [file] [log] [blame]
module.exports = function (buf) {
return Buffer.isBuffer(buf);
};