UNPKG
rr3-h3-anywhere
Version:
latest (0.0.1)
0.0.1
React router 3 + History 3
github.com/smk291/react-router-3-history-3
rr3-h3-anywhere
/
es
/
PromiseUtils.js
3 lines
•
82 B
JavaScript
View Raw
1
2
3
export
function
isPromise
(
obj
) {
return
obj &&
typeof
obj.
then
===
'function'
; }