Skip to content

Dot-Env Packed v1.1.0

Choose a tag to compare

@linhntaim linhntaim released this 17 Dec 16:52
· 48 commits to master since this release

Features:

  • parseEnv:
    • Parse, expand, convert enviroment variables from file.
    • Return object containing parsed variables from file ({parsed: { ... }}).
  • getEnv:
    • Get enviroment variables (converted from process.env) after being appended by parsed, expanded and converted enviroment variables from file.