Skip to main content
Module

x/rambda/source/_internals/isObject.js

Faster and smaller alternative to Ramda
Latest
File
import { type } from '../type.js'
export function isObject(input){ return type(input) === 'Object'}