MCPcopy
hub / github.com/tinyhttp/tinyhttp / log

Function log

packages/dotenv/src/index.ts:5–5  ·  view source on GitHub ↗
(message: string)

Source from the content-addressed store, hash-verified

3import { DotenvParseOptions, DotenvParseOutput, DotenvConfigOptions, DotenvConfigOutput } from './structs'
4
5const log = (message: string) => console.log(`[dotenv][DEBUG] ${message}`)
6
7const NEWLINE = '\n'
8const RE_INI_KEY_VAL = /^\s*([\w.-]+)\s*=\s*(.*)?\s*$/

Callers 2

parseFunction · 0.85
configFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected