UNPKG

@cloud-copilot/cli

Version:

A standardized library for CLI building TypeScript CLI applications

7 lines 238 B
/** * Read from stdin until the stream ends, timeout, or an error occurs * * @returns the string input from stdin */ export declare function readStdin(readWait: number | undefined): Promise<string>; //# sourceMappingURL=stdin.d.ts.map