Skip to content
目录

useIsObject

判断是否为对象。

参数

ts
function useIsObject(val: any): boolean

Released under the MIT License.