Skip to content

Commit

Permalink
prompts: Expose all core functions (#1238)
Browse files Browse the repository at this point in the history
  • Loading branch information
LitoMore authored May 29, 2023
1 parent b7447a8 commit f4bd864
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/prompts/src/index.mts
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@ import input from '@inquirer/input';
import password from '@inquirer/password';
import rawlist from '@inquirer/rawlist';
import select from '@inquirer/select';
import { Separator } from '@inquirer/core';

export { checkbox, confirm, editor, expand, input, password, rawlist, select, Separator };
export * from '@inquirer/core';
export { checkbox, confirm, editor, expand, input, password, rawlist, select };

0 comments on commit f4bd864

Please sign in to comment.