(r, a)
| 10 | 'use strict'; |
| 11 | |
| 12 | function _arrayLikeToArray(r, a) { |
| 13 | (null == a || a > r.length) && (a = r.length); |
| 14 | for (var e = 0, n = Array(a); e < a; e++) n[e] = r[e]; |
| 15 | return n; |
| 16 | } |
| 17 | function _arrayWithHoles(r) { |
| 18 | if (Array.isArray(r)) return r; |
| 19 | } |
no outgoing calls
no test coverage detected