xdashReadme | API


xdash / isObj

Function: isObj()

isObj(value): value is object

Determines if a value is an object.

Parameters

value: unknown

value to check

Returns

value is object

true if the value is an object, false otherwise

Source

typed.ts:54