0.1.14 • Published 5 years ago
@bahatron/env v0.1.14
\$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");