| 206 | } |
| 207 | |
| 208 | interface Argv extends RecordAny { |
| 209 | env: Env; |
| 210 | } |
| 211 | |
| 212 | type CallableWebpackConfiguration<T> = (env: Env, argv: Argv) => T; |
| 213 | type PotentialPromise<T> = T | Promise<T>; |
nothing calls this directly
no outgoing calls
no test coverage detected