UNPKG

fuse-box

Version:

Fuse-Box a bundler that does it right

5 lines 298 B
module.exports = function(input) { return ['function', 'object', 'array'] .indexOf(typeof input) > -1 && input.default === undefined ? Object.isFrozen(input) ? input.default = input : Object.defineProperty(input, "default", {value : input, enumerable : false}) : void 0; }