UNPKG

ix

Version:

The Interactive Extensions for JavaScript

17 lines (13 loc) 439 B
import { AsyncIterableX } from '../../asynciterable/asynciterablex.js'; import { whileDo as _whileDo } from '../../asynciterable/whiledo.js'; /** @nocollapse */ AsyncIterableX.whileDo = _whileDo; export declare namespace asynciterable { let whileDo: typeof _whileDo; } declare module '../../asynciterable/asynciterablex' { // eslint-disable-next-line no-shadow namespace AsyncIterableX { export { _whileDo as whileDo }; } }