-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: export inquirer Separator (#443)
* feat: export inquirer Separator * chore(release): 4.0.1-dev.0 [skip ci] * fix: export from index * chore(release): 4.0.1-dev.1 [skip ci] * fix: export from index * chore(release): 4.0.1-dev.2 [skip ci] * fix: mode @types/inquirer to deps * chore(release): 4.0.1-dev.3 [skip ci] * fix: finally got it right * chore(release): 4.0.1-dev.6 [skip ci] --------- Co-authored-by: svc-cli-bot <[email protected]>
- Loading branch information
1 parent
58d8e9a
commit cb58076
Showing
4 changed files
with
6 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -128,3 +128,5 @@ export function generateTableChoices<T>( | |
|
||
return choicesOptions; | ||
} | ||
|
||
export { Separator }; |