Skip to content

confirm

confirm: (opts) => Promise<boolean>

Defined in: packages/prompt/src/prompts/confirm.ts:22

Prompts the user to confirm an action.

ConfirmOpts

Options for confirm input.

Promise<boolean>

If the user chose the “Yes” option.