4 lines
122 B
TypeScript
4 lines
122 B
TypeScript
declare function commandScore(string: string, abbreviation: string, aliases: string[]): number;
|
|
|
|
export { commandScore };
|