UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

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