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

Interface AbstractConfigSetLevels

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

Source from the content-addressed store, hash-verified

5
6declare namespace winston {
7 interface AbstractConfigSetLevels {
8 [key: string]: number;
9 }
10
11 interface AbstractConfigSetColors {
12 [key: string]: string | string[];

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…