UNPKG

aahook

Version:

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

6 lines 236 B
import { InstallOptions } from '../../types/aa'; /** * Install ASCII art from remote repository */ export declare function installCommand(artPath: string, options?: InstallOptions): Promise<void>; //# sourceMappingURL=install.d.ts.map