Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 181 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 181 Bytes

bare-env

Environment variable support for JavaScript.

npm i bare-env

Usage

const env = require('bare-env')

console.log(env.PATH)

License

Apache-2.0