For response objects coming from nuxt-axios the test for `obj.constructor === Object` (as it is used [here](https://github.com/wopian/kitsu/blob/a769ac5d8cfd2b3fdb6c98a5ceb6ba1d109e244a/packages/kitsu-core/src/deattribute/index.js#L32)) fails. Also see https://github.com/nuxt-community/axios-module/issues/565 Can we use a more robust logic to check for objects?
For response objects coming from nuxt-axios the test for
obj.constructor === Object(as it is used here) fails.Also see nuxt-community/axios-module#565
Can we use a more robust logic to check for objects?