UNPKG

alwaysai

Version:

The alwaysAI command-line interface (CLI)

9 lines 342 B
import { Spawner } from './types'; export declare function GnuSpawner(context: { resolvePath: Spawner['resolvePath']; run: Spawner['run']; runForegroundSync: Spawner['runForegroundSync']; runForeground: Spawner['runForeground']; runStreaming: Spawner['runStreaming']; }): Spawner; //# sourceMappingURL=gnu-spawner.d.ts.map