Skip to content
目录

useIsElement

判断是否为元素节点。

参数

ts
function useIsElement(val: unknown): boolean

Released under the MIT License.