Sha256: 9a1fcfc15915ffb2b16416763898a07aca46ef4ea620c5d5f26793e76f714485
Contents?: true
Size: 317 Bytes
Versions: 84
Compression:
Stored size: 317 Bytes
Contents
import { type Prompt, type Prettify } from '@inquirer/type'; type ViewFunction<Value, Config> = (config: Prettify<Config>, done: (value: Value) => void) => string | [string, string | undefined]; export declare function createPrompt<Value, Config>(view: ViewFunction<Value, Config>): Prompt<Value, Config>; export {};
Version data entries
84 entries across 29 versions & 2 rubygems