https://github.com/joutvhu/data-mapping
Mapping the response to the defined data type.
https://github.com/joutvhu/data-mapping
data-mapper data-mapping typescript
Last synced: 8 months ago
JSON representation
Mapping the response to the defined data type.
- Host: GitHub
- URL: https://github.com/joutvhu/data-mapping
- Owner: joutvhu
- License: mit
- Created: 2019-08-12T11:30:46.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2023-07-28T06:59:01.000Z (about 2 years ago)
- Last Synced: 2025-01-02T04:28:39.711Z (9 months ago)
- Topics: data-mapper, data-mapping, typescript
- Language: TypeScript
- Homepage:
- Size: 15.6 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# data-mapping
Mapping the response to the defined data type.
## Installation
```bash
npm install data-mapping
# or
yarn add data-mapping
```