Files
avz-site/node_modules/cmdk/dist/command-score.d.mts
T
2026-05-30 19:59:39 -03:00

4 lines
122 B
TypeScript

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