MCPcopy
hub / github.com/motdotla/dotenv / DotenvConfigOutput

Interface DotenvConfigOutput

lib/main.d.ts:92–95  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

90}
91
92export interface DotenvConfigOutput {
93 error?: DotenvError;
94 parsed?: DotenvParseOutput;
95}
96
97type DotenvError = Error & {
98 code:

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…