[READ-ONLY] Mirror of https://github.com/bombshell-dev/clack. Effortlessly build beautiful command-line apps bomb.sh/docs/clack/basics/getting-started/
cli command-line command-line-app node prompt prompts
5

Configure Feed

Select the types of activity you want to include in your feed.

fix: remove invalid exports (#293)

authored by

James Garbutt and committed by
GitHub
(Apr 15, 2025, 3:17 PM +0100) 2f51685a 3f7e1a4a

-2
-2
packages/prompts/src/index.ts
··· 4 4 export * from './confirm.js'; 5 5 export * from './group-multi-select.js'; 6 6 export * from './group.js'; 7 - export * from './index.test.js'; 8 - export * from './index.js'; 9 7 export * from './limit-options.js'; 10 8 export * from './log.js'; 11 9 export * from './messages.js';