UNPKG

aahook

Version:

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

6 lines 216 B
import { BrowseOptions } from '../../types/aa'; /** * Browse available ASCII arts in repository */ export declare function browseCommand(options?: BrowseOptions): Promise<void>; //# sourceMappingURL=browse.d.ts.map