Blame view

天文台pc/tianwentai-ui/node_modules/cmdk/dist/command-score.d.ts 122 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
  declare function commandScore(string: string, abbreviation: string, aliases: string[]): number;
  
  export { commandScore };