(s)
| 31006 | return 'function' == typeof s |
| 31007 | } |
| 31008 | function isArray(s) { |
| 31009 | return Array.isArray(s) |
| 31010 | } |
| 31011 | const Pt = pt() |
| 31012 | function objMap(s, o) { |
| 31013 | return Object.keys(s).reduce((i, a) => ((i[a] = o(s[a], a)), i), {}) |
no test coverage detected