Skip to content

Home > sculp-js > isObject

isObject() function

Signature:

typescript
isObject: (any: unknown) => any is Record<string, unknown>

Parameters

Parameter

Type

Description

any

unknown

Returns:

any is Record<string, unknown>

Released under the MIT License.