UNPKG

askeroo

Version:

A modern CLI prompt library with flow control, history navigation, and conditional prompts

9 lines 355 B
/** * User-provided options for the completed fields plugin */ export interface CompletedFieldsOptions { filter?: string[]; maxFields?: number; } export declare const completedFields: (opts?: import("../../types/index.js").PluginOptionsWithBuiltins<CompletedFieldsOptions, void> | undefined) => Promise<void>; //# sourceMappingURL=index.d.ts.map