UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

10 lines (9 loc) 280 B
import { whileDo as _whileDo } from '../../asynciterable/whiledo.js'; export declare namespace asynciterable { let whileDo: typeof _whileDo; } declare module '../../asynciterable/asynciterablex' { namespace AsyncIterableX { export { _whileDo as whileDo }; } }