PATH:
opt
/
bitninja-threat-hunting
/
node_modules
/
tsyringe
/
dist
/
esm5
import { __extends } from "tslib"; import RegistryBase from "./registry-base"; var PreResolutionInterceptors = (function (_super) { __extends(PreResolutionInterceptors, _super); function PreResolutionInterceptors() { return _super !== null && _super.apply(this, arguments) || this; } return PreResolutionInterceptors; }(RegistryBase)); export { PreResolutionInterceptors }; var PostResolutionInterceptors = (function (_super) { __extends(PostResolutionInterceptors, _super); function PostResolutionInterceptors() { return _super !== null && _super.apply(this, arguments) || this; } return PostResolutionInterceptors; }(RegistryBase)); export { PostResolutionInterceptors }; var Interceptors = (function () { function Interceptors() { this.preResolution = new PreResolutionInterceptors(); this.postResolution = new PostResolutionInterceptors(); } return Interceptors; }()); export default Interceptors;
[+]
decorators
[+]
..
[-] error-helpers.js
[edit]
[+]
providers
[+]
types
[-] resolution-context.js
[edit]
[-] lazy-helpers.js
[edit]
[-] registry-base.js
[edit]
[-] index.js
[edit]
[-] reflection-helpers.js
[edit]
[-] registry.js
[edit]
[-] dependency-container.js
[edit]
[-] interceptors.js
[edit]
[+]
factories