in src/errors.ts [186:188]
function isObject (obj: any): obj is Record<string, any> { return typeof obj === 'object' && obj !== null }