babel/lib/6to5/transformation/templates/interop-require-wildcard.js

4 lines
78 B
JavaScript

(function (obj) {
return obj && obj.__esModule ? obj : { default: obj };
})