UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

4 lines 229 B
import { Cmd } from '../types'; export declare const PROCESS_EXITED_WITH_NON_ZERO_STATUS_CODE = "Process exited with non-zero status code"; export declare function run(cmd: Cmd): Promise<string>; //# sourceMappingURL=run.d.ts.map