| 4 | |
| 5 | declare namespace NodeJS { |
| 6 | interface ProcessEnv { |
| 7 | readonly NODE_ENV: 'development' | 'production' | 'test'; |
| 8 | readonly PUBLIC_URL: string; |
| 9 | } |
| 10 | } |
| 11 | |
| 12 | declare module '*.avif' { |
nothing calls this directly
no outgoing calls
no test coverage detected