| 5 | |
| 6 | declare namespace winston { |
| 7 | interface AbstractConfigSetLevels { |
| 8 | [key: string]: number; |
| 9 | } |
| 10 | |
| 11 | interface AbstractConfigSetColors { |
| 12 | [key: string]: string | string[]; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…