UNPKG
ts-predicate
Version:
alpha (1.0.0-alpha.4)
latest (1.1.4)
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.5
1.0.4
1.0.3
1.0.2
1.0.1
1.0.0
1.0.0-alpha.4
1.0.0-alpha.3
TypeScript predicates and assertions library
github.com/honestica/typeguard
honestica/typeguard
ts-predicate
/
lib
/
esm
/
index.js
5 lines
(4 loc)
•
184 B
JavaScript
View Raw
1
2
3
4
5
export
{
TypeAssertion
}
from
"./TypeAssertion.js"
;
export
{
TypeGuard
}
from
"./TypeGuard.js"
;
export
{
TypeHint
}
from
"./TypeHint.js"
;
export
{
ValueGuard
}
from
"./ValueGuard.js"
;