askeroo
Version:
A modern CLI prompt library with flow control, history navigation, and conditional prompts
6 lines • 474 B
TypeScript
import type { StreamOptions, StreamController } from "./types.js";
export type { StreamOptions, StreamStatus, StreamState } from "./types.js";
export { spawnWithColors, type ColoredSpawnResult, } from "./spawn-with-colors.js";
export declare function stream(label?: string, options?: Omit<StreamOptions, "label" | "streamId">): Promise<StreamController>;
export declare function stream(options?: StreamOptions): Promise<StreamController>;
//# sourceMappingURL=index.d.ts.map