(fn)
| 24372 | "node_modules/asynckit/lib/defer.js"(exports2, module2) { |
| 24373 | module2.exports = defer; |
| 24374 | function defer(fn) { |
| 24375 | var nextTick = typeof setImmediate == "function" ? setImmediate : typeof process == "object" && typeof process.nextTick == "function" ? process.nextTick : null; |
| 24376 | if (nextTick) { |
| 24377 | nextTick(fn); |
| 24378 | } else { |
| 24379 | setTimeout(fn, 0); |
| 24380 | } |
| 24381 | } |
| 24382 | } |
| 24383 | }); |
| 24384 |
no test coverage detected
searching dependent graphs…