Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
denoland/stdUNSTABLE: Parsing and loading environment variables from a `.env` file
This package works with DenoIt is unknown whether this package works with Bun

JSR Score
94%
Published
6 months ago (0.225.5)
default
Parses and loads environment variables from a .env file into the current
process, or stringify data into a .env file format.
f
load
Load environment variables from a .env file. Loaded variables are accessible
in a configuration object returned by the load() function, as well as optionally
exporting them to the process environment using the export option.
I
f
loadSync
Works identically to load, but synchronously.
f
parse
Parse .env file output in an object.
f
stringify
Stringify an object into a valid .env file format.
f
parse
Parse .env file output in an object.
f
stringify
Stringify an object into a valid .env file format.