3.0.3 • Published 1 year ago

@rescriptbr/reschema v3.0.3

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

What is this? 💡

ReSchema is a schema builder for ReScript. We created ReSchema to be deadly simple, leveraging ReScript's powerful typesytem. Schemas created with ReSchema are nothing more than constructors built-in in the language itself with a small size footprint.

Features ⚡

  • Schema validation using GADT's
  • Built-in validators
  • Type-safe validation
  • I18n support
  • Regex support
  • Custom validations

Installation 📦

yarn add @rescriptbr/reschema

and then, add ReSchema as a dependency in your bsconfig.json

{
  ...
  "bs-dependencies": [
    "@rescriptbr/reschema"
  ],
}

Documentation 🔎

3.0.3

1 year ago

3.0.2

1 year ago

3.0.1

2 years ago

3.0.0

2 years ago

3.0.0-5

2 years ago

3.0.0-4

2 years ago

3.0.0-1

2 years ago