node/deps/npm/node_modules/fastest-levenshtein/index.d.ts
npm team 248f4c3764 deps: upgrade npm to 7.21.0
PR-URL: https://github.com/nodejs/node/pull/39813
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Myles Borins <myles.borins@gmail.com>
Reviewed-By: Tobias Nießen <tniessen@tnie.de>
Reviewed-By: Rich Trott <rtrott@gmail.com>
2021-08-20 14:53:49 +02:00

2 lines
116 B
TypeScript

export function distance(a: string, b: string): number;
export function closest(str: string, arr: string[]): string;