Closed
Description
Change the root Joi
reference to no longer be an any()
type. It is now a simple object with methods for every schema type, some utilities, and some shortcuts to useful any()
methods such as exist()
.
Replaced Joi.bind()
with Joi.types()
which returns fully baked types instead of bound functions.