Skip to content

Home > @opennd/lib > isPlainObj

isPlainObj() function

判断值是否为对象

Signature:

typescript
export declare function isPlainObj(val: any): boolean;

Parameters

Parameter

Type

Description

val

any

**Returns:**

boolean