UNPKG

data-forge

Version:

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

7 lines (6 loc) 252 B
export declare class ExtractElementIterable implements Iterable<any> { arrayIterable: Iterable<any[]>; extractIndex: number; constructor(arrayIterable: Iterable<any[]>, extractIndex: number); [Symbol.iterator](): Iterator<any>; }