semblance-dev/node_modules/cmdk/dist/command-score.d.ts
2025-08-04 09:07:59 -05:00

3 lines
122 B
TypeScript

declare function commandScore(string: string, abbreviation: string, aliases: string[]): number;
export { commandScore };