This website requires JavaScript.
Explore
Help
Sign In
suroh
/
work.suroh.tk
Watch
0
Star
0
Fork
You've already forked work.suroh.tk
0
Code
Pull Requests
Actions
Activity
4eca145e2d
work.suroh.tk
/
node_modules
/
rxjs
/
util
/
isPromise.d.ts
2 lines
84 B
TypeScript
Raw
Blame
History
export
declare
function
isPromise
<
T
>
(
value
:
any
|
Promise
<
T
>
)
:
value
is
Promise
<
T
>
;
View Git Blame
Copy Permalink