Skip to content

Home > sculp-js > isPlainObject

isPlainObject() function

判断对象是否为纯对象

Signature:

typescript
isPlainObject: (obj: unknown) => boolean

Parameters

Parameter

Type

Description

obj

unknown

Returns:

boolean

{boolean}

Released under the MIT License.