| 7 | // eslint-disable-next-line @typescript-eslint/no-namespace |
| 8 | namespace NodeJS { |
| 9 | interface ProcessEnv { |
| 10 | NODE_ENV: 'test' | 'dev' | 'prod' |
| 11 | } |
| 12 | } |
| 13 | } |
| 14 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…