mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-30 18:43:21 +08:00
typo in merge
This commit is contained in:
2
types/inquirer/index.d.ts
vendored
2
types/inquirer/index.d.ts
vendored
@@ -100,7 +100,7 @@ declare namespace inquirer {
|
||||
*/
|
||||
choices?:
|
||||
| ReadonlyArray<ChoiceType>
|
||||
| ((answers: T) => ReadonlyArray<ChoiceType>);
|
||||
| ((answers: T) => ReadonlyArray<ChoiceType>)
|
||||
| ((answers: T) => Promise<ReadonlyArray<ChoiceType>>);
|
||||
/**
|
||||
* Receive the user input and should return true if the value is valid, and an error message (String)
|
||||
|
||||
Reference in New Issue
Block a user