Why Gemfury? Push, build, and install  RubyGems npm packages Python packages Maven artifacts PHP packages Go Modules Debian packages RPM packages NuGet packages

Repository URL to install this package:

Details    
@skava/loadable / dist / deps.js
Size: Mime:
"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