import * as mod from "https://deno.land/std@0.224.0/dotenv/mod.ts";
Parses and loads environment variables from a .env
file into the current
process, or stringify data into a .env
file format.
Classes
Error thrown in |
Functions
f load | Load environment variables from a |
Works identically to | |
Parse | |
Stringify an object into a valid |
Interfaces
Options for |