// SYSTEM PANEL //
[ROOT]
/
opt
/
alt
/
alt-nodejs16
/
root
/
usr
/
lib
/
node_modules
/
npm
/
node_modules.bundled
/
fastest-levenshtein
[ PARENT ]
EDIT :: index.d.ts
export function distance(a: string, b: string): number; export function closest(str: string, arr: string[]): string;
SAVE
CANCEL