Skip to main content
Module

x/rambda/source/_internals/isObject.js

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