Rex is a lightweight, type-safe library for schema declaration and validation. Built with TypeScript, it provides a simple and intuitive API.
- Type-Safe: Fully written in TypeScript with first-class type inference.
- Lightweight: Minimal dependencies and small bundle size.
- Extensible: Easily extendable to fit your needs.
- Validation: [...]
Install Rex using npm or yarn:
npm install Rex
Rex is licensed under the MIT License. See LICENSE for more details.
- It's a weekend project, so it's not perfect and production-ready.
- It's not a full-fledged library, it's just a proof of concept.
- Built with ❤️ and TypeScript.