UNPKG

aahook

Version:

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

6 lines 231 B
import { PreviewOptions } from '../../types/aa'; /** * Preview ASCII art (local or remote) */ export declare function previewCommand(artPath: string, options?: PreviewOptions): Promise<void>; //# sourceMappingURL=preview.d.ts.map