UNPKG

projecthor

Version:

Save, manage, and run project setup commands automatically from the CLI.

4 lines (3 loc) 200 B
export declare function printWarning(message: string): void; export declare function printError(message: string): void; export declare function alreadyExistingProjectError(projectName: string): void;