UNPKG

255 BTypeScriptView Raw
1import { _while as whileStatic } from '../../iterable/while';
2export declare namespace iterable {
3 let _while: typeof whileStatic;
4}
5declare module '../../iterable/iterablex' {
6 namespace IterableX {
7 export { whileStatic as while };
8 }
9}