UNPKG
@jeroenhuinink/tsmapper
Version:
latest (0.0.13)
0.0.13
0.0.12
0.0.11
0.0.10
0.0.9
0.0.8
0.0.7
0.0.6
JSON to Typescript object mapper
@jeroenhuinink/tsmapper
/
dist
/
index.d.ts
3 lines
(2 loc)
•
70 B
TypeScript
View Raw
1
2
3
export
*
from
'./tsmapper'
;
export
{
Mapper
,
Source
}
from
'./types'
;