UNPKG

funcunit

Version:
11 lines (7 loc) 137 B
module.exports = function(bundles){ var map = {}; bundles.forEach(function(bundle){ map[bundle.name] = true; }); return map; };