ÿØÿà JFIF H H ÿÛ C GIF89;
| System: Linux srv913213 5.15.0-190-generic #200-Ubuntu SMP Fri Aug 7 15:06:04 UTC 2026 x86_64 Current Path : /var/www/talentgenesis_admin_backend/node_modules/iterare/lib/ |
| Current File : /var/www/talentgenesis_admin_backend/node_modules/iterare/lib/slice.d.ts |
export declare class SliceIterator<T> implements Iterator<T> {
private source;
private start;
private end;
private i;
/**
* @param {Iterator<T>} source Source Iterator
* @param {number} start Zero-based positive start index, inclusive
* @param {number} end Zero-based positive end index, exclusive, defaults to end of iterator
*/
constructor(source: Iterator<T>, start: number, end?: number);
next(): IteratorResult<T>;
}
//# sourceMappingURL=slice.d.ts.map