# class-transformer
class-transformer is used to convert a plain object to a class instance and the reverse process.

## Installing

```shell
npm i @quicker-js/class-transformer
#or
yarn add @quicker-js/class-transformer
```

## Documentation
- [ApiDocs](https://quicker-js.github.io/class-transformer/)
- [Samples](https://github.com/quicker-js/class-transformer/tree/master/sample)
- [GitRepository](https://github.com/quicker-js/class-transformer)


## Issues
Create [issues](https://github.com/quicker-js/class-transformer/issues) in this repository for anything related to the Class Transformer. When creating issues please search for existing issues to avoid duplicates.


## License
Licensed under the [MIT](https://github.com/quicker-js/class-transformer/blob/master/LICENSE) License.
