UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

4 lines 180 B
module.exports = function(input) { return ['function', 'object', 'array'] .indexOf(typeof input) > -1 && input.default === undefined ? input.default = input : void 0; }