UNPKG

ix

Version:

The Interactive Extensions for JavaScript

10 lines (9 loc) 291 B
import { throwError as throwErrorStatic } from '../../iterable/throwerror.js'; export declare namespace iterable { let throwError: typeof throwErrorStatic; } declare module '../../iterable/iterablex' { namespace IterableX { export { throwErrorStatic as throwError }; } }