ix
Version:
The Interactive Extensions for JavaScript
17 lines (13 loc) • 414 B
text/typescript
import { IterableX } from '../../iterable/iterablex.js';
import { whileDo as whileDoStatic } from '../../iterable/whiledo.js';
/** @nocollapse */
IterableX.whileDo = whileDoStatic;
export declare namespace iterable {
let whileDo: typeof whileDoStatic;
}
declare module '../../iterable/iterablex' {
// eslint-disable-next-line no-shadow
namespace IterableX {
export { whileDoStatic as whileDo };
}
}