| 8 | // Deprecated NodeJS API usages in webpack |
| 9 | declare namespace NodeJS { |
| 10 | interface Process { |
| 11 | binding(internalModule: string): any; |
| 12 | } |
| 13 | interface ProcessVersions { |
| 14 | pnp: "1" | "3"; |
| 15 | } |
nothing calls this directly
no outgoing calls
no test coverage detected