UNPKG

124 BTypeScriptView Raw
1import { IterableX } from './iterablex';
2export declare function throwError<TSource = any>(error: any): IterableX<TSource>;