Module

Configuration.Dotenv.Parse

Package
purescript-node-dotenv
Repository
nicholassaunders/purescript-node-dotenv

This module encapsulates the parsing logic for a .env file.

#configParser Source

configParser :: Parser String (List (Tuple String String))

A .env file parser