MCPcopy
hub / github.com/tinyhttp/tinyhttp / DotenvParseOptions

Interface DotenvParseOptions

packages/dotenv/src/structs.ts:1–6  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

1export interface DotenvParseOptions {
2 /**
3 * You may turn on logging to help debug why certain keys or values are not being set as you expect.
4 */
5 debug?: boolean
6}
7
8export interface DotenvParseOutput {
9 [name: string]: string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected