UNPKG

@nestjs/core

Version:

Nest - modern, fast, powerful node.js web framework (@core)

5 lines (4 loc) 242 B
import { RuntimeException } from './runtime.exception'; export declare class InvalidClassModuleException extends RuntimeException { constructor(metatypeUsedAsAModule: any, scope: any[], classKind: 'provider' | 'controller' | 'filter'); }