Karibash / valivali

Provide a common interface for schema validation.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

ValiVali

codecov license Github Twitter

package Version Description Changelog
@valivali/core npm version Provide a common interface for schema validation. CHANGELOG
@valivali/myzod npm version ValiVali Resolver for myzod. CHANGELOG
@valivali/runtypes npm version ValiVali Resolver for runtypes. CHANGELOG
@valivali/superstruct npm version ValiVali Resolver for superstruct. CHANGELOG
@valivali/yup npm version ValiVali Resolver for yup. CHANGELOG
@valivali/zod npm version ValiVali Resolver for zod. CHANGELOG

πŸ—’ Purpose

It provides verification functions that do not depend on a specific schema verification library such as Zod or Yup.
This allows the implementation of an interface that allows users to use their preferred schema verification library.
You can see how to handle the library in the example projects.

🀝 Contributing

Contributions, issues and feature requests are welcome.

Feel free to check issues page if you want to contribute.

πŸ“ License

Copyright Β© 2020 @Karibash.

This project is MIT licensed.

About

Provide a common interface for schema validation.

License:MIT License


Languages

Language:TypeScript 85.9%Language:JavaScript 14.1%