NeahFront7/node_modules/cmdk/dist/command-score.d.ts
2025-04-10 18:14:28 +02:00

4 lines
122 B
TypeScript

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