fastify / env-schema

Validate your env variable using Ajv and dotenv
MIT License
212 stars 25 forks source link

refactor(index): use `TypeError` over `Error` #166

Closed Fdawgs closed 11 months ago

Fdawgs commented 11 months ago

Bit more appropriate considering the error is the result of a failed instanceof check.

Checklist