UNPKG

steadybit

Version:

Command-line interface to interact with the Steadybit API

6 lines (5 loc) 231 B
export interface ConfirmOptions { defaultYes?: boolean; defaultWhenNonInteractive?: boolean; } export declare function confirm(message: string, { defaultYes, defaultWhenNonInteractive }?: ConfirmOptions): Promise<boolean>;