Skip to content

ConfirmFn

ConfirmFn = (summary) => Promise<boolean>

Defined in: src/safety/confirm.ts:4

Injectable confirmation gate; pipelines never talk to a TTY directly.

string

Promise<boolean>