UNPKG

choo-shortcache

Version:

choo nanocomponent cache shortcut

7 lines (6 loc) 145 B
module.exports = function (buf) { return Buffer.isBuffer(buf); }; module.exports.a = function () { return Buffer.from('abcd', 'hex'); };