typo in merge

This commit is contained in:
Alban Gicquel
2018-03-19 10:16:43 -04:00
parent 503e98fd9f
commit 5ebbb231c8

View File

@@ -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)