UNPKG

@nestjs/core

Version:

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

4 lines (3 loc) 235 B
export declare const ModuleInitMessage: (module: string) => string; export declare const RouteMappedMessage: (path: string, method: any) => string; export declare const ControllerMappingMessage: (name: string, path: string) => string;