UNPKG

@ionic/cli-utils

Version:
8 lines (7 loc) 397 B
import { PromptQuestion } from '@ionic/cli-framework'; import { ILogger, IonicEnvironmentFlags } from '../definitions'; export interface CreateOnFallbackOptions { readonly flags: IonicEnvironmentFlags; readonly log: ILogger; } export declare function createOnFallback({ flags: { confirm }, log }: CreateOnFallbackOptions): (question: PromptQuestion) => string | boolean | void | string[];