UNPKG

@reactivex/ix-esnext-esm

Version:

The Interactive Extensions for JavaScript

10 lines (9 loc) 267 B
import { whileDo as whileDoStatic } from '../../iterable/whiledo'; export declare namespace iterable { let whileDo: typeof whileDoStatic; } declare module '../../iterable/iterablex' { namespace IterableX { export { whileDoStatic as whileDo }; } }