MCPcopy
hub / github.com/dotenvx/dotenvx / DotenvParseOutput

Interface DotenvParseOutput

src/lib/main.d.ts:35–37  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35export interface DotenvParseOutput {
36 [name: string]: string;
37}
38
39/**
40 * Parses a string or buffer in the .env file format into an object.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…