(s, o)
| 39870 | return wa('function' == typeof s ? _xwrap(s) : s, o, i) |
| 39871 | }) |
| 39872 | const Aa = ka |
| 39873 | function _checkForMethod(s, o) { |
| 39874 | return function () { |
| 39875 | var i = arguments.length |
| 39876 | if (0 === i) return o() |
| 39877 | var a = arguments[i - 1] |
| 39878 | return ca(a) || 'function' != typeof a[s] |
| 39879 | ? o.apply(this, arguments) |
| 39880 | : a[s].apply(a, Array.prototype.slice.call(arguments, 0, i - 1)) |
| 39881 | } |
| 39882 | } |
| 39883 | var Ca = _curry3( |
| 39884 | _checkForMethod('slice', function slice(s, o, i) { |
no test coverage detected