UNPKG
fuzzyjs
Version:
latest (5.0.1)
5.0.1
5.0.0
4.0.4
4.0.3
4.0.2
4.0.1
4.0.0
3.1.0
3.0.5
3.0.4
3.0.2
3.0.1
3.0.0
2.1.2
2.1.1
2.1.0
2.0.0
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
Simple fuzzy matching
github.com/gjuchault/fuzzyjs
gjuchault/fuzzyjs
fuzzyjs
/
src
/
index.ts
5 lines
(4 loc)
•
242 B
text/typescript
View Raw
1
2
3
4
5
export
{ test,
TestOptions
}
from
"./test"
;
export
{ match,
MatchRange
,
ScoreContext
,
ScoreStrategy
}
from
"./match"
;
export
{ filter, sort,
FilterOptions
,
SortOptions
}
from
"./array"
;
export
{ surround,
SurroundOptions
}
from
"./surround"
;