UNPKG

@nestjs/core

Version:

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

10 lines (9 loc) 620 B
export declare const UnknownDependenciesMessage: (type: string, index: number, length: number) => string; export declare const InvalidMiddlewareMessage: (name: string) => string; export declare const InvalidModuleMessage: (scope: string) => string; export declare const UnknownExportMessage: (name: string) => string; export declare const INVALID_MIDDLEWARE_CONFIGURATION: string; export declare const UNKNOWN_REQUEST_MAPPING: string; export declare const UNHANDLED_RUNTIME_EXCEPTION: string; export declare const INVALID_EXCEPTION_FILTER: string; export declare const MICROSERVICES_PACKAGE_NOT_FOUND_EXCEPTION: string;