1.0.5 • Published 3 years ago

fd-environment-validator v1.0.5

Weekly downloads
-
License
ISC
Repository
-
Last release
3 years ago

environment-validator

Library that valdiates if your guard variable in environment is declared

Installation

To install you need to use the following command:

npm i fd-environment-validator

Usage

import { __checkenv } from "fd-environment-validator";

//Check if environment variable exists. 
//pass the env
__checkenv(env)