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

export { commandScore };