UNPKG
ts-guards
Version:
latest (0.5.1)
0.5.1
0.5.0
0.4.4
0.4.3
0.4.2
0.4.1
0.4.0
0.3.0
0.2.0
0.1.0
A collection of basic type guards.
github.com/matthieubosquet/ts-guards
matthieubosquet/ts-guards
ts-guards
/
dist
/
index.d.ts
5 lines
(4 loc)
•
189 B
TypeScript
View Raw
1
2
3
4
5
export
*
as
asserts
from
'./asserts'
;
export
*
as
literalType
from
'./literal-type'
;
export
*
as
primitiveType
from
'./primitive-type'
;
export
*
as
standardObject
from
'./standard-object'
;