| 2 | |
| 3 | declare namespace NodeJS { |
| 4 | interface Global { |
| 5 | THEME: { |
| 6 | Components: UserComponentsMap | null; |
| 7 | } | null; |
| 8 | RegisteredAdapters: Array<any> | null; |
| 9 | } |
| 10 | } |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…