| 7 | const CHUNK_PUSH_FN = /^function [^r]\(\w\){/; |
| 8 | |
| 9 | interface Module { |
| 10 | (module, exports, __webpack_require__): void; |
| 11 | } |
| 12 | |
| 13 | type WebpackJson = [(number | string)[], { [id: string]: Module }, any[]?][]; |
| 14 |
nothing calls this directly
no outgoing calls
no test coverage detected