The value to check.
true whether the value is an object.
true
import { isObject } from '@untemps/utils/object/isObject'isObject({}) // trueisObject(42) // false Copy
import { isObject } from '@untemps/utils/object/isObject'isObject({}) // trueisObject(42) // false
The value to check.