Sign in
apache
/
incubator-resilientdb-ResContract
/
a38804e78a872ef90e5cbab1c702c7554a393c9b
/
.
/
node_modules
/
rxjs
/
dist
/
esm
/
internal
/
util
/
isPromise.js
blob: 5114f67c30dacd18057aca23676c88b7471015d8 [
file
] [
log
] [
blame
]
import
{
isFunction
}
from
"./isFunction"
;
export
function
isPromise
(
value
)
{
return
isFunction
(
value
===
null
||
value
===
void
0
?
void
0
:
value
.
then
);
}
//# sourceMappingURL=isPromise.js.map