import * as mod from "https://dotland.deno.dev/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 {@link |
Functions
f load | Load environment variables from a |
Works identically to {@link | |
Parse | |
Stringify an object into a valid |
Interfaces
Options for {@link |