semblance/node_modules/cmdk/dist/command-score.d.ts
2025-12-19 19:26:16 +00:00

3 lines
122 B
TypeScript
Executable file

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