(x)
| 55277 | return typeof x === "function"; |
| 55278 | }; |
| 55279 | var isObject = function isObject(x) { |
| 55280 | return x !== null && (0, _typeofDefault.default)(x) === "object"; |
| 55281 | }; |
| 55282 | var isPureObject = function isPureObject(x) { |
| 55283 | return isObject(x) && x.constructor === ({}).constructor; |
| 55284 | }; |
no outgoing calls
no test coverage detected