aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/rxjs/dist/esm5/internal/observable/fromSubscribable.js
blob: 5e8a5f119e137959bbd7ddff5c2a6e3b857148c0 (plain) (blame)
1
2
3
4
5
import { Observable } from '../Observable';
export function fromSubscribable(subscribable) {
    return new Observable(function (subscriber) { return subscribable.subscribe(subscriber); });
}
//# sourceMappingURL=fromSubscribable.js.map
send patches to the email below
yukais@pinapelz.com
include the subject [PATCH repo_name]
pinapelz.com
homepage