UNPKG

@inversifyjs/prototype-utils

Version:

Prototype related utils

6 lines 336 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.getBaseType = void 0; const getBaseType_1 = require("./prototype/calculations/getBaseType"); Object.defineProperty(exports, "getBaseType", { enumerable: true, get: function () { return getBaseType_1.getBaseType; } }); //# sourceMappingURL=index.js.map