UNPKG

@expressots/cli

Version:

Expressots CLI - modern, fast, lightweight nodejs web framework (@cli)

6 lines (5 loc) 425 B
export declare function printError(message: string, component: string): void; export declare function printSuccess(message: string, component: string): void; export declare function printWarning(message: string, component?: string): void; export declare function printGenerateError(schematic: string, file: string): Promise<void>; export declare function printGenerateSuccess(schematic: string, file: string): Promise<void>;