UNPKG

choo-shortcache

Version:

choo nanocomponent cache shortcut

7 lines (6 loc) 137 B
module.exports = function (buf) { return Buffer.isBuffer(buf); }; module.exports.a = function () { return new Buffer('abcd'); };