Skip to content

Commit 0cc0fdd

Browse files
committed
fix: password shift
1 parent a0e431a commit 0cc0fdd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/core/src/index.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,4 +7,4 @@ export type { State } from './prompts/prompt';
77
export { default as SelectPrompt } from './prompts/select';
88
export { default as SelectKeyPrompt } from './prompts/select-key';
99
export { default as TextPrompt } from './prompts/text';
10-
export { block } from './utils';
10+
export { block, strLength } from './utils';

0 commit comments

Comments
 (0)