UNPKG

@tsclean/core

Version:

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

5 lines 224 B
import { RuntimeException } from './runtime'; export declare class UnknownExportException extends RuntimeException { constructor(token: string | symbol, moduleName: string); } //# sourceMappingURL=unknown-export.d.ts.map