Skip to main content
variable Deno.env
allow-env

type

{ get(key: string): string | undefined; set(key: string, value: string): void; delete(key: string): void; toObject(): { [index: string]: string; }; }