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

x/hex/src/options/deps.ts>dotenv.parse

An ecosystem delivering practices, philosophy and portability.
Go to Latest
function dotenv.parse
import { dotenv } from "https://deno.land/x/hex@0.5.15/src/options/deps.ts";
const { parse } = dotenv;

Parameters

rawDotenv: string
optional
restrictEnvAccessTo: StringList = [UNSUPPORTED]