babel/lib/6to5/transformation/templates/interop-require-wildcard.js
2015-01-05 00:07:22 +11:00

4 lines
90 B
JavaScript

(function (obj) {
return obj && obj.constructor === Object ? obj : { default: obj };
})