Skip to content
nice-fns
Main Navigation
函数
发行版本
GitHub
Appearance
GitHub
Menu
Return to top
On this page
Table of Contents for current page
isPromise
Functions
isPromise()
isPromise
(
val
):
val is Promise<any>
检测值是否是
Promise
类型
Parameters
Parameter
Type
Description
val
any
待检测值
Returns
val is Promise<any>