from.ts 96 Bytes
Newer Older
1 2 3
import {  FromObservable  } from './FromObservable';

export const from = FromObservable.create;