Skip to main content
The Deno 2 Release Candidate is here
Learn more
Module

x/frugal/doc/dep/std/dotenv.ts>parse

A frugal web framework
Go to Latest
function parse
import { parse } from "https://deno.land/x/frugal@0.9.0/doc/dep/std/dotenv.ts";

Parameters

rawDotenv: string
optional
restrictEnvAccessTo: StringList

Returns

Record<string, string>