fastify-envalid
Supports Fastify versions 3.x
Install
npm i fastify-envalid
Usage
Require fastify-envalid
and register.
const fastify = require('fastify')()
fastify.register(require('fastify-envalid'))
fastify.listen(3000)
The plugin will create 3 decorators on your fastify
instance:
-
cleanEnv
- A function which is exactlyenvalid
cleanEnv -
validators
- An object that contains all theenvalid
validators -
makeValidator
- A function which is exactlyenvalid
makeValidators
Acknowledgements
The code is a port for Fastify of envalid
.
License
Licensed under MIT.