UNPKG

@typespec/compiler

Version:

TypeSpec compiler and standard library

3 lines 217 B
import { checkbox as inquirerCheckbox } from "@inquirer/prompts"; export declare function checkbox<Value>(config: Parameters<typeof inquirerCheckbox<Value>>[0]): Promise<Value[]>; //# sourceMappingURL=prompts.d.ts.map