UNPKG

@tsclean/core

Version:

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

5 lines 208 B
import { RuntimeException } from './runtime'; export declare class CircularDependencyException extends RuntimeException { constructor(context?: string); } //# sourceMappingURL=circular-dependency.d.ts.map