blob: d4927e1411b6050760b64dbef334c0b1f325fc90 [file] [log] [blame]
module.exports = function (buf) {
return Buffer.isBuffer(buf);
};
module.exports.a = function () {
return Buffer.from('abcd', 'hex');
};