command-score.d.mts 122 Bytes
declare function commandScore(string: string, abbreviation: string, aliases: string[]): number;

export { commandScore };