Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/arakiss/schema-weaver


https://github.com/arakiss/schema-weaver

Last synced: 24 days ago
JSON representation

Awesome Lists containing this project

README

        

# Schema Weaver

A functional TypeScript library for data validation and transformation using Zod schemas, with support for environment-specific logic and optional memoization.

## Features

- **Zod Schema Validation**: Utilize Zod schemas for type-safe data validation.
- **Environment-Specific Logic**: Easily define and switch between different sets of Zod schemas based on the environment.
- **Memoization**: Optimize performance with optional memoization for repeated inputs.
- **Tree-Shaking**: Ensure minimal bundle size with tree-shaking support.