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
.envfile atpathinto an ordered key→value map.