both.js 145 Bytes Raw Blame History Permalink 1 2 3 4 5 6 module.exports = function (buf) { return Buffer.isBuffer(buf); }; module.exports.a = function () { return Buffer.from('abcd', 'hex'); };