UNPKG

273 BTypeScriptView Raw
1import { repeatStatic as _repeatStatic } from '../../iterable/repeat';
2export declare namespace iterable {
3 let repeatStatic: typeof _repeatStatic;
4}
5declare module '../../iterable/iterablex' {
6 namespace IterableX {
7 let repeat: typeof _repeatStatic;
8 }
9}