UNPKG

patrick-mades-dev-tools

Version:

A collection of development tools and utilities Made by Patrick Made for Patrick Made (but feel free to use it for your own projects)

11 lines (10 loc) 300 B
/** * Browse Prompts Command * Provides an interactive interface to browse and select prompts */ /** * Interactively browse and select prompts * @returns Whether the browsing operation completed successfully */ declare const browsePrompts: () => Promise<boolean>; export default browsePrompts;