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

export const from = FromObservable.create;