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