throw.d.ts 113 B

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