Sign in
apache
/
incubator-resilientdb-ResContract
/
a38804e78a872ef90e5cbab1c702c7554a393c9b
/
.
/
node_modules
/
rxjs
/
dist
/
esm
/
internal
/
observable
/
fromSubscribable.js
blob: bfc7c8cc37eee39c3affe44dd2ac156955dbc4ad [
file
] [
log
] [
blame
]
import
{
Observable
}
from
'../Observable'
;
export
function
fromSubscribable
(
subscribable
)
{
return
new
Observable
((
subscriber
)
=>
subscribable
.
subscribe
(
subscriber
));
}
//# sourceMappingURL=fromSubscribable.js.map