from.d.ts 108 B

12
  1. import { FromObservable } from './FromObservable';
  2. export declare const from: typeof FromObservable.create;