Appearance
KBE3D / KBCore / utils / isPromise
isPromise<T>(val: any): val is Promise<T>
T
val
any
val is Promise<T>
是否为Promise
T = any