| 1 | interface ProcessEnv { |
| 2 | CI?: boolean; |
| 3 | NODE_ENV?: 'development' | 'production'; |
| 4 | REACT_MAJOR_VERSION?: '18' | '19'; |
| 5 | } |
| 6 | |
| 7 | interface Process { |
| 8 | env: ProcessEnv; |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…