0.1.3 • Published 4 years ago

@smardev/tsmapper v0.1.3

Weekly downloads
-
License
MIT
Repository
github
Last release
4 years ago

TSMapper

TypeScript utility library to ease object mapping. Websites, mobile applications and others developed using TypeScript more and more consist of similar but different object models. One will easily endup loading data from diferent sources, like databases and services, where the data in two models may be similar but having diferent structure. TSMapper mapping makes it easy to convert between different models, allowing them to remain segregated.

License Version Build Statements Issues Issues

Installation

# NPM
npm install @smardev/tsmapper

# YARN
yarn add @smardev/tsmapper

Using It

// TODO: Add examples

Contributing

We are open for contributions. If you're planning to contribute please make sure to read the contributing guide as it can save you from wasting your time: CONTRIBUTING.md


Authors

See also the list of contributors who participated in this project.

License

This project is licensed under the MIT License - see the LICENSE.md file for details