This website requires JavaScript.
Explore
Help
Register
Sign In
chengdandan
/
TransFlow
Watch
1
Star
0
Fork
You've already forked TransFlow
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
fd8b59ed73
TransFlow
/
node_modules
/
yargs
/
build
/
lib
/
is-promise.d.ts
2 lines
96 B
TypeScript
Raw
Blame
History
export
declare
function
isPromise
<
T
>
(
maybePromise
:
T
|
Promise
<
T
>
)
:
maybePromise
is
Promise
<
T
>
;
Reference in New Issue
View Git Blame
Copy Permalink