Skip to content
目录

useIsPromise

判断是否为 Promise 对象。

参数

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

Released under the MIT License.