UNPKG

sb-mig

Version:

CLI to rule the world. (and handle stuff related to Storyblok CMS)

2 lines (1 loc) 170 B
export declare const askForConfirmation: (message: string, resolveYes: () => void | Promise<void>, resolveNo: () => void | Promise<void>, ci?: boolean) => Promise<void>;