Skip to main content
Module

std/dotenv/mod.ts>parse

Deno standard library
Go to Latest
function parse
import { parse } from "https://deno.land/std@0.207.0/dotenv/mod.ts";

Parameters

rawDotenv: string

Returns

Record<string, string>