command-score.d.mts 122 Bytes Edit Raw Blame History Permalink 1 2 3 declare function commandScore(string: string, abbreviation: string, aliases: string[]): number; export { commandScore };