UNPKG

ix

Version:

The Interactive Extensions for JavaScript

10 lines (9 loc) 264 B
import { catchAll as _catchAll } from '../../iterable/catcherror.js'; export declare namespace iterable { let catchAll: typeof _catchAll; } declare module '../../iterable/iterablex' { namespace IterableX { export { _catchAll as catchAll }; } }