Skip to content
nice-fns
Main Navigation
函数
发行版本
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
Functions
isObject()
isObject
(
val
):
val is object
判断给定值是否为对象类型
Parameters
Parameter
Type
Description
val
unknown
检测值
Returns
val is object