(duration)
| 2124 | }).call(this)}).call(this,typeof global !== "undefined" ? global : typeof self !== "undefined" ? self : typeof window !== "undefined" ? window : {}) |
| 2125 | },{"ag-request":8,"sc-errors":22,"ws":6}],5:[function(require,module,exports){ |
| 2126 | function wait(duration) { |
| 2127 | return new Promise((resolve) => { |
| 2128 | setTimeout(() => { |
| 2129 | resolve(); |
| 2130 | }, duration); |
| 2131 | }); |
| 2132 | } |
| 2133 | |
| 2134 | module.exports = wait; |
| 2135 |
no outgoing calls
no test coverage detected
searching dependent graphs…