UNPKG

krispy

Version:

Basic synchronous dependency injector

9 lines 378 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var InjectionType; (function (InjectionType) { InjectionType[InjectionType["singleton"] = 0] = "singleton"; InjectionType[InjectionType["transient"] = 1] = "transient"; })(InjectionType || (InjectionType = {})); exports.default = InjectionType; //# sourceMappingURL=InjectorType.js.map