Skip to main content

Module parser

Module parser 

Source
Expand description

Shared .env file parser.

Parses a .env file into an IndexMap that preserves insertion order. Both single-quoted and double-quoted values are unquoted automatically. Blank lines and lines beginning with # are skipped.

Functions§

parse
Parse a .env file at path into an ordered key→value map.