Skip to main content
Module

std/dotenv/mod.ts>loadSync

The Deno Standard Library
Go to Latest
function loadSync
import { loadSync } from "https://deno.land/std@0.223.0/dotenv/mod.ts";

Works identically to load, but synchronously.

Parameters

optional
unnamed 0: LoadOptions = [UNSUPPORTED]

Returns

Record<string, string>