Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

alemagio/fastify-envalid

Open more actions menu

Repository files navigation

fastify-envalid

js-standard-style CI workflow

Supports Fastify versions 3.x

Install

npm i fastify-envalid

Usage

Require fastify-envalid and register.

import fastify from 'fastify'
import fastifyEnvalid from 'fastify-envalid'

const app = fastify()

fastify.register(fastifyEnvalid)

fastify.listen(3000)

The plugin will create 3 decorators on your fastify instance:

  • cleanEnv - A function which is exactly envalid cleanEnv
  • validators - An object that contains all the envalid validators
  • makeValidator - A function which is exactly envalid makeValidators

Acknowledgements

The code is a port for Fastify of envalid.

License

Licensed under MIT.

About

Fastify plugin for envalid

Resources

License

Stars

Watchers

Forks

Packages

No packages published
Morty Proxy This is a proxified and sanitized view of the page, visit original site.