@v8ch/model-decorators
v0.0.4
Published
A collection of TypeScript decorators for composing data model classes. _This is a work-in-progress and not suitable for production use._
Downloads
3
Readme
Model Decorators
A collection of TypeScript decorators for composing data model classes. This is a work-in-progress and not suitable for production use.
form.ts
Applies properties and methods used for form data models, which provide property transformations to data to formats useful for HTML forms and for JSON output for use in API requests. Not stable.
validator.ts
Applies properties and methods used for validating HTML form data. Sets CSS validation classes for each configured field. Not stable.
License
This repository is open-sourced software licensed under the MIT license.