@bahatron/env

A simple store for enviromental variables

Usage no npm install needed!

<script type="module">
  import bahatronEnv from 'https://cdn.skypack.dev/@bahatron/env';
</script>

README

$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");