Skip to content
目录

useIsBoolean

判断是否为布尔值。

参数

ts
function useIsBoolean(val: unknown): boolean

Released under the MIT License.