Skip to content

panta82/joi

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2,300 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

joi


This is a private fork of joi.

It has the following changes over the original:

  • Empty strings are no longer treated as errors.
  • Joi.string() typing is now generic, allowing you to specify a typescript tuple as string type.

This repository is published to NPM as: https://www.npmjs.com/package/@pantas-net/joi

The rest of the file is the same as upstream.


The most powerful schema description language and data validator for JavaScript.

Installation

npm install joi

Visit the joi.dev Developer Portal for tutorials, documentation, and support

Useful resources

About

The most powerful data validation library for JS

Resources

License

Stars

Watchers

Forks

Packages

 
 
 

Contributors

Languages

  • JavaScript 97.7%
  • TypeScript 2.3%