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

x/yxz/dotenv/mod.ts>parse

Deno Standard Extensions
Go to Latest
function parse
Re-export
Deprecated
Deprecated

use std/dotenv instead

import { parse } from "https://deno.land/x/yxz@0.17.0/dotenv/mod.ts";

Parameters

content: string

Returns

Record<string, string>