Sign in
chromium
/
devtools
/
devtools-frontend.git
/
refs/heads/chromium/5237
/
.
/
node_modules
/
fastest-levenshtein
/
index.d.ts
blob: bdc2bb1cc32e0ab37fcfc2b84a7ecb62efb9597b [
file
] [
edit
]
export
function
distance
(
a
:
string
,
b
:
string
):
number
;
export
function
closest
(
str
:
string
,
arr
:
string
[]):
string
;