UNPKG

data-forge

Version:

JavaScript data transformation and analysis toolkit inspired by Pandas and LINQ.

7 lines (6 loc) 207 B
export declare class RepeatIterable<T> implements Iterable<T> { iterable: Iterable<T>; count: number; constructor(iterable: Iterable<T>, count: number); [Symbol.iterator](): Iterator<any>; }