from.d.ts 168 B

123456
  1. import { from as staticFrom } from '../../observable/from';
  2. declare module '../../Observable' {
  3. namespace Observable {
  4. let from: typeof staticFrom;
  5. }
  6. }