UNPKG
data-mapping
Version:
latest (1.0.3)
1.0.3
1.0.2
1.0.1
1.0.0
Mapping the response to the defined data type.
github.com/joutvhu/data-mapping
joutvhu/data-mapping
data-mapping
/
lib
/
index.d.ts
3 lines
(2 loc)
•
145 B
TypeScript
View Raw
1
2
3
export
{
DataMapper
,
DataMapperFunction
,
DataMapperClass
,
MapperComfig
}
from
'./data.mapper'
;
export
{
MappingError
}
from
'./mapping.error'
;