MCPcopy
hub / github.com/winstonjs/winston / AbstractConfigSet

Interface AbstractConfigSet

lib/winston/config/index.d.ts:15–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

13 }
14
15 interface AbstractConfigSet {
16 levels: AbstractConfigSetLevels;
17 colors: AbstractConfigSetColors;
18 }
19
20 interface CliConfigSetLevels extends AbstractConfigSetLevels {
21 error: number;

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…