UNPKG
beater-matcher
Version:
latest (0.2.0)
0.2.0
0.1.1
0.1.0
A matcher library for beater.
github.com/bouzuya/beater-matcher
bouzuya/beater-matcher
beater-matcher
/
lib
/
index.d.ts
3 lines
(2 loc)
•
211 B
TypeScript
View Raw
1
2
3
export
{
Matcher
,
MatcherFn
, defineMatcher, match }
from
"./matcher"
;
export
{
any
, anyArray, anyBigInt, anyBoolean, anyFunction, anyNumber, anyObject, anyString, matchString, partialObject }
from
"./matchers"
;