This website requires JavaScript.
Explore
Help
Sign In
monkee.ch
/
monkeeShark
Watch
1
Star
0
Fork
You've already forked monkeeShark
0
Code
Pull requests
Activity
45e8331e26
monkeeShark
/
src
/
web
/
app
/
common
/
scripts
/
is-promise.js
2 lines
49 B
JavaScript
Raw
Normal View
History
Unescape
Escape
:sushi: Closes #12, #227 and #58
2017-03-18 11:05:11 +00:00
export
default
x
=>
typeof
x
.
then
==
'function'
;
Copy permalink