@ncodedcode/ncode_react_lib
Version:
ncode react application context library
9 lines • 347 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.Inject = void 0;
var NCApplicationContext_1 = require("../NCApplicationContext");
var Inject = function (type) {
return NCApplicationContext_1.NCApplicationContext.global.container.resolve(type);
};
exports.Inject = Inject;
//# sourceMappingURL=Inject.js.map