Skip to content
目录

useIsFunction

判断是否为函数。

参数

ts
function useIsFunction<T>(val: T): boolean

Released under the MIT License.