entiq
v0.0.1
Published
A lightweight TypeScript validation library inspired by [Zod](https://github.com/colinhacks/zod). This library provides a simple and chainable API for validating data structures with minimal overhead.
Readme
my-validation-lib
A lightweight TypeScript validation library inspired by Zod. This library provides a simple and chainable API for validating data structures with minimal overhead.
Features
- Type-Safe Validation: Leverage TypeScript for compile-time type safety.
- Chaining Methods: Easily build complex validations by chaining constraints.
- Customizable: Extend the base schema class to create your own validations.
Installation
Install via npm:
npm install ensurify