UNPKG

@tsclean/core

Version:

Plugin for API Rest Full development, based on Clean Architecture, IoC and Dependency Injection.

9 lines 178 B
export declare enum Scope { DEFAULT = 0, TRANSIENT = 1, REQUEST = 2 } export interface ScopeOptions { scope?: Scope; } //# sourceMappingURL=scope-options.d.ts.map