Skip to main content
Module

std/dotenv/mod.ts>DotenvConfig

Deno standard library
Go to Latest
interface DotenvConfig
Deprecated
Deprecated

(will be removed after 0.172.0). Use Record<string, string> instead

import { type DotenvConfig } from "https://deno.land/std@0.174.0/dotenv/mod.ts";

Index Signatures

[key: string]: string