deno.land / x / rambda@v9.1.1 / source / _internals / isObject.js
123456import { type } from '../type.js'export function isObject(input){ return type(input) === 'Object'}
Version Info