Skip to content
目录

useIsAsyncFunction

判断是否为异步函数。

参数

ts
function useIsAsyncFunction(val: unknown): boolean

Released under the MIT License.