Module

Dotenv.Internal.Resolve

Package
purescript-dotenv
Repository
nicholassaunders/purescript-dotenv

This module contains the logic for resolving .env values.

#values Source

values :: Environment -> Settings -> Settings

Given the environment and an array of .env settings, resolves the value of each setting.