UNPKG

@tsclean/core

Version:

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

5 lines 228 B
import { RuntimeException } from './runtime'; export declare class InvalidModuleException extends RuntimeException { constructor(parentModule: any, index: number, scope: any[]); } //# sourceMappingURL=invalid-module.d.ts.map