(s, o)
| 39737 | return _cloneRegExp(s).test(o) |
| 39738 | }) |
| 39739 | const va = ya |
| 39740 | function _arity(s, o) { |
| 39741 | switch (s) { |
| 39742 | case 0: |
| 39743 | return function () { |
| 39744 | return o.apply(this, arguments) |
| 39745 | } |
| 39746 | case 1: |
| 39747 | return function (s) { |
| 39748 | return o.apply(this, arguments) |
| 39749 | } |
| 39750 | case 2: |
| 39751 | return function (s, i) { |
| 39752 | return o.apply(this, arguments) |
| 39753 | } |
| 39754 | case 3: |
| 39755 | return function (s, i, a) { |
| 39756 | return o.apply(this, arguments) |
| 39757 | } |
| 39758 | case 4: |
| 39759 | return function (s, i, a, u) { |
| 39760 | return o.apply(this, arguments) |
| 39761 | } |
| 39762 | case 5: |
| 39763 | return function (s, i, a, u, _) { |
| 39764 | return o.apply(this, arguments) |
| 39765 | } |
| 39766 | case 6: |
| 39767 | return function (s, i, a, u, _, w) { |
| 39768 | return o.apply(this, arguments) |
| 39769 | } |
| 39770 | case 7: |
| 39771 | return function (s, i, a, u, _, w, x) { |
| 39772 | return o.apply(this, arguments) |
| 39773 | } |
| 39774 | case 8: |
| 39775 | return function (s, i, a, u, _, w, x, C) { |
| 39776 | return o.apply(this, arguments) |
| 39777 | } |
| 39778 | case 9: |
| 39779 | return function (s, i, a, u, _, w, x, C, j) { |
| 39780 | return o.apply(this, arguments) |
| 39781 | } |
| 39782 | case 10: |
| 39783 | return function (s, i, a, u, _, w, x, C, j, L) { |
| 39784 | return o.apply(this, arguments) |
| 39785 | } |
| 39786 | default: |
| 39787 | throw new Error( |
| 39788 | 'First argument to _arity must be a non-negative integer no greater than ten' |
| 39789 | ) |
| 39790 | } |
| 39791 | } |
| 39792 | function _pipe(s, o) { |
| 39793 | return function () { |
no outgoing calls
no test coverage detected