UNPKG

@stacksjs/clapp

Version:

A toolkit for building CLI prompts in TypeScript.

2 lines 137 B
import type { SelectOptions } from './select'; export declare function selectKey<Value extends string>(opts: SelectOptions<Value>): void;