UNPKG

boil-cli-tool

Version:

CLI tool - boilerplate template manager and generator

6 lines (5 loc) 289 B
export declare const emoji: (type: string) => string; export declare const print: (msg: string, color?: string) => string; export declare const printError: (msg: string) => string; export declare const bold: (msg: string) => string; export declare const emojis: (arr: string[]) => string;