Repository URL to install this package:
|
Version:
1.0.0 ▾
|
"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
const exotic_1 = require("exotic");
function toExport(exported) {
if (exported.__esModule === true || exotic_1.isObj(exported.default) === true) {
return exported.default;
}
else if (exported.prototype) {
return exported;
}
else {
return Object.values(exported).pop();
}
}
exports.toExport = toExport;
const ALL_INITIALIZERS = new WeakMap();
exports.ALL_INITIALIZERS = ALL_INITIALIZERS;
//# sourceMappingURL=deps.js.map