fa2eb907701a1d12e872b4dc97c13249e3791381feb6ae2abe4f142354ced001.json raw
1 {"ast":null,"code":"import { Observable } from '../Observable';\nexport function fromSubscribable(subscribable) {\n return new Observable(subscriber => subscribable.subscribe(subscriber));\n}\n//# sourceMappingURL=fromSubscribable.js.map","map":null,"metadata":{},"sourceType":"module","externalDependencies":[]}