import { Observable } from '../core/Observable' export const from = (ish: Observable | Iterable) => { return Observable.from(ish) }