Skip to content

@inquirer/search@1.0.1

Compare
Choose a tag to compare
@SBoudrias SBoudrias released this 22 Jul 20:31
· 137 commits to main since this release

Fix issue where typing would disallow the following

search({
    ...,
    source: async (term: string = '') => {
        ...
    },
});