UNPKG

insert-module-globals

Version:

insert implicit module globals into a module-deps stream

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