Skip to content
On this page

wm-kit / Exports / isObject

Function: isObject

isObject(val): val is Record<any, any>

Parameters

NameType
valany

Returns

val is Record<any, any>

Defined in

src/modules/check/is.ts:21

Released under the MIT License.