Skip to content

Get environment variables in Deno, Bun and Node.js

License

Notifications You must be signed in to change notification settings

tsirysndr/env-js

Repository files navigation

env-js

ci

This is a simple package to get the environment variables, it works in different runtimes like Deno, Bun and Node.js.

🚀 Usage

import * as env from 'jsr:@tsirysndr/env-js';

console.log(env.get('HOME'));
console.log(env.has('HOME'));

About

Get environment variables in Deno, Bun and Node.js

Topics

Resources

License

Code of conduct

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published