NeahFront3/node_modules/cmdk/dist/command-score.d.mts
2025-04-09 18:02:58 +02:00

4 lines
122 B
TypeScript

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