in lib/utils.ts [14:17]
function isObject(val: object) { return val != null && typeof val === 'object' && Object.prototype.toString.call(val) === '[object Object]'; }