@inversifyjs/core
Version:
InversifyJs core package
7 lines • 369 B
JavaScript
export var DecoratorInfoKind;
(function (DecoratorInfoKind) {
DecoratorInfoKind[DecoratorInfoKind["method"] = 0] = "method";
DecoratorInfoKind[DecoratorInfoKind["parameter"] = 1] = "parameter";
DecoratorInfoKind[DecoratorInfoKind["property"] = 2] = "property";
})(DecoratorInfoKind || (DecoratorInfoKind = {}));
//# sourceMappingURL=DecoratorInfoKind.js.map