database-petani-mobile/node_modules/cmdk/dist/command-score.d.ts
2026-02-23 16:39:35 +07:00

4 lines
122 B
TypeScript

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