throw.d.ts 113 Bytes
import { ErrorObservable } from './ErrorObservable';
export declare const _throw: typeof ErrorObservable.create;