tsioc
Version:
tsioc is AOP, Ioc container, via typescript decorator
13 lines (11 loc) • 510 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
var JoinpointState;
(function (JoinpointState) {
JoinpointState["Before"] = "Before";
JoinpointState["Pointcut"] = "Pointcut";
JoinpointState["After"] = "After";
JoinpointState["AfterReturning"] = "AfterReturning";
JoinpointState["AfterThrowing"] = "AfterThrowing";
})(JoinpointState = exports.JoinpointState || (exports.JoinpointState = {}));
//# sourceMappingURL=../sourcemaps/joinpoints/JoinpointState.js.map