DIR: /proc/self/root/usr/share/nodejs/@npmcli/node_modules/fastest-levenshtein/ |
Current File : //proc/self/root/usr/share/nodejs/@npmcli/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 }; |