Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 236 Bytes

test.md

File metadata and controls

11 lines (6 loc) · 236 Bytes

isObject(any)

检查提供的参数是否为非 null 的对象。

Arguments

obj (any): 需要检查的参数。

Returns

(boolean): 如果参数是非 null 的对象则返回 true,否则返回 false。