ez-cli-tools
Advanced tools
Comparing version 2.0.2 to 2.1.0
@@ -31,2 +31,2 @@ /** | ||
*/ | ||
export declare function select(question: string, choices: string[], options?: SelectOptions): Promise<string[]>; | ||
export declare function select<T extends string>(question: string, choices: readonly T[], options?: SelectOptions): Promise<T[]>; |
{ | ||
"name": "ez-cli-tools", | ||
"version": "2.0.2", | ||
"version": "2.1.0", | ||
"description": "Typescript first CLI tools for Node.js with zero dependencies", | ||
@@ -5,0 +5,0 @@ "repository": { |
45580