Skip to main content
Home

@std/dotenv@0.225.3
Built and signed on GitHub Actions

UNSTABLE: Parsing and loading environment variables from a `.env` file

This package works with DenoIt is unknown whether this package works with Bun
This package works with Deno
It is unknown whether this package works with Bun
JSR Score
94%
Published
5 months ago (0.225.3)

New Ticket: Report package

Please provide a reason for reporting this package. We will review your report and take appropriate action.

Please review the JSR usage policy before submitting a report.

Add Package

deno add jsr:@std/dotenv

Import symbol

import * as mod from "@std/dotenv/load";
or

Import directly with a jsr specifier

import * as mod from "jsr:@std/dotenv/load";

Add Package

bunx jsr add @std/dotenv

Import symbol

import * as mod from "@std/dotenv/load";