volleyball-dev-frontend/node_modules/cmdk/dist/command-score.d.mts
2025-06-02 16:42:16 +00:00

4 lines
122 B
TypeScript

declare function commandScore(string: string, abbreviation: string, aliases: string[]): number;
export { commandScore };