UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

5 lines 208 B
/// <reference types="node" /> import { Readable } from 'stream'; import { Cmd } from '../types'; export declare function runStreaming(cmd: Cmd): Promise<Readable>; //# sourceMappingURL=run-streaming.d.ts.map