Skip to content

Commit

Permalink
fix: password shift
Browse files Browse the repository at this point in the history
  • Loading branch information
orochaa committed Nov 26, 2024
1 parent a0e431a commit 0cc0fdd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,4 +7,4 @@ export type { State } from './prompts/prompt';
export { default as SelectPrompt } from './prompts/select';
export { default as SelectKeyPrompt } from './prompts/select-key';
export { default as TextPrompt } from './prompts/text';
export { block } from './utils';
export { block, strLength } from './utils';

0 comments on commit 0cc0fdd

Please sign in to comment.