Skip to content

xdash API Reference v0.5.14


xdash API Reference / isObject

Function: isObject()

isObject(value): value is object

Defined in: src/typed.ts:54

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

Released under the MIT License.