export default function isObject(value) { return Object.prototype.toString.call(value) === '[object Object]'; }