0.1.2 • Published 6 years ago
@bahatron/error v0.1.2
\$env
A simple store for environmental variables
Installation
npm install @bahatron/env
Usage
import $env from "@bahatron/env";
const myVar = $env.get("MY_VAR", "default_val");
A simple store for environmental variables
npm install @bahatron/env
import $env from "@bahatron/env";
const myVar = $env.get("MY_VAR", "default_val");