Veni
Painless validation for TypeScript 🧘♀️🧘♂️
Installation
npm i veniyarn add veni
Usage
; ; ; ;
‼️ Properties are inferred automatically.
API Reference
Check API reference here
Features
- Written and compatible with TypeScript in 100%.
- API is highly inspired on joi, but simplified.
- Types are automatically inferred based on schema. Solves "double annotation" problem.
- No dependencies.
- Minimal bundle size.
- Very easy to extend, and add custom validation rules. Check here.
MIT