UNPKG
cmpstr
Version:
latest (3.2.2)
3.2.2
3.2.1
3.2.0
3.1.1
3.1.0
3.0.4
3.0.3
3.0.2
3.0.1
3.0.0
2.0.3
2.0.2
2.0.1
2.0.0
1.0.3
1.0.2
1.0.1
1.0.0
lightweight npm package to calculate string similarity
github.com/komed3/cmpstr
komed3/cmpstr
cmpstr
/
src
/
index.d.ts
3 lines
(2 loc)
•
103 B
TypeScript
View Raw
1
2
3
export
{
CmpStr
,
Config
,
BatchResult
}
from
'./CmpStr'
;
export
{
CmpStrAsync
}
from
'./CmpStrAsync'
;