vanilla javascript validation library with coercion
- Node and Browser support
- easy to use
- no external dependencies
- customizable and extendable
npm install trava
and import Trava from 'trava';
or use CDN:
<script src="https://unpkg.com/trava"></script>
npm run make
Supports all major browsers and IE11+