UNPKG

data-forge

Version:

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

7 lines (6 loc) 235 B
export declare class ExtractElementIterator implements Iterator<any> { iterator: Iterator<any[]>; extractIndex: number; constructor(iterator: Iterator<any[]>, extractIndex: number); next(): IteratorResult<any>; }