throw.ts 123 Bytes
import { Observable } from '../../Observable';
import { _throw } from '../../observable/throw';

Observable.throw = _throw;