Skip to main content
Module

std/dotenv/mod.ts>loadSync

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

Works identically to load, but synchronously.

Parameters

optional
unnamed 0: LoadOptions = [UNSUPPORTED]

Returns

Record<string, string>