10 lines
230 B
JavaScript
10 lines
230 B
JavaScript
"use strict";
|
|
Object.defineProperty(exports, "__esModule", {
|
|
value: true
|
|
});
|
|
exports.interopDefault = interopDefault;
|
|
function interopDefault(mod) {
|
|
return mod.default || mod;
|
|
}
|
|
|
|
//# sourceMappingURL=interop-default.js.map
|