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