imajin/node_modules/@nestjs/cli/lib/ui/errors.d.ts
2026-01-10 04:52:11 -08:00

4 lines
132 B
TypeScript

export declare const CLI_ERRORS: {
MISSING_TYPESCRIPT: (path: string) => string;
WRONG_PLUGIN: (name: string) => string;
};