MCPcopy
hub / github.com/dotenvx/dotenvx / DotenvConfigEnvSrc

Interface DotenvConfigEnvSrc

src/lib/main.d.ts:201–205  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

199}
200
201export interface DotenvConfigEnvSrc {
202 type: 'env';
203 value: string | Buffer;
204 privateKeyName?: string;
205}
206
207export interface DotenvConfigOutput {
208 error?: Error;

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…