ix
Version:
The Interactive Extensions for JavaScript
17 lines (13 loc) • 470 B
text/typescript
import { AsyncIterableX } from '../../asynciterable/asynciterablex.js';
import { catchAll as catchAllStatic } from '../../asynciterable/catcherror.js';
/** @nocollapse */
AsyncIterableX.catchAll = catchAllStatic;
export declare namespace asynciterable {
let catchAll: typeof catchAllStatic;
}
declare module '../../asynciterable/asynciterablex' {
// eslint-disable-next-line no-shadow
namespace AsyncIterableX {
export { catchAllStatic as catchAll };
}
}