Spaces:
Running
Running
File size: 343 Bytes
c592d77 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | "use strict";
Object.defineProperty(exports, "__esModule", {
value: true
});
Object.defineProperty(exports, "interopDefault", {
enumerable: true,
get: function() {
return interopDefault;
}
});
function interopDefault(mod) {
// @ts-ignore
return mod.default || mod;
}
//# sourceMappingURL=interop-default.js.map |