UNPKG

aahook

Version:

A CLI tool that displays ASCII art when commands succeed or fail

10 lines 370 B
import { ColorizeOptions } from '../../types/color'; /** * Apply color theme to ASCII art */ export declare function colorizeCommand(artName: string, options?: ColorizeOptions): Promise<void>; /** * Create a custom theme interactively (future feature) */ export declare function createThemeCommand(name: string): Promise<void>; //# sourceMappingURL=colorize.d.ts.map