芝麻web文件管理V1.00
编辑当前文件:/home/rejoandoctor/www/node_modules/fastest-levenshtein/mod.d.ts
declare const distance: (a: string, b: string) => number; declare const closest: (str: string, arr: readonly string[]) => string; export { closest, distance };