Parse a .env file into an array of { key, value } objects. Supports: KEY=value KEY="value" KEY='value' export KEY=value
contents of .env file
Parse a .env file into an array of { key, value } objects. Supports: KEY=value KEY="value" KEY='value' export KEY=value
comments