(process10)
| 1537 | "node_modules/signal-exit/index.js"(exports2, module2) { |
| 1538 | var process9 = global.process; |
| 1539 | var processOk = function(process10) { |
| 1540 | return process10 && typeof process10 === "object" && typeof process10.removeListener === "function" && typeof process10.emit === "function" && typeof process10.reallyExit === "function" && typeof process10.listeners === "function" && typeof process10.kill === "function" && typeof process10.pid === "number" && typeof process10.on === "function"; |
| 1541 | }; |
| 1542 | if (!processOk(process9)) { |
| 1543 | module2.exports = function() { |
| 1544 | return function() { |
no outgoing calls
no test coverage detected
searching dependent graphs…