UNPKG
@jitl/util
Version:
latest (0.0.3)
0.0.3
0.0.2
0.0.1
Miscellaneous TypeScript utilities.
@jitl/util
/
src
/
index.d.ts
7 lines
(6 loc)
•
186 B
TypeScript
View Raw
1
2
3
4
5
6
7
export
*
from
'./lib/object'
;
export
*
from
'./lib/map'
;
export
*
from
'./lib/memo'
;
export
*
from
'./lib/typeAssertions'
;
export
*
from
'./lib/typeGuards'
;
export
*
from
'./lib/types'
;