UNPKG

@onedevcompany/cmdk

Version:

> **Note** > > This is a fork of amazing [cmdk](https://github.com/pacocoursey/cmdk). In their repository, I saw some issues, PRs and discussions not answered in a while, so I decided to fork because I needed some extra features.

4 lines (2 loc) 123 B
declare function commandScore(string: string, abbreviation: string, aliases?: string[]): number; export { commandScore };