(array, cb)
| 121 | }); |
| 122 | |
| 123 | const allOf = (array, cb) => Promise.all(array.map(cb)); |
| 124 | const allModules = (cb) => allOf(ALL_MODULES, cb); |
| 125 | const allDefinitions = (cb) => allOf(ALL_DEFINITIONS, cb); |
| 126 |
no outgoing calls
no test coverage detected
searching dependent graphs…