Skip to content

Latest commit

 

History

History
23 lines (14 loc) · 550 Bytes

transducers.takenth_1.md

File metadata and controls

23 lines (14 loc) · 550 Bytes

Home > @thi.ng/transducers > takeNth

takeNth() function

Signature:

export declare function takeNth<T>(n: number, src: Iterable<T>): IterableIterator<T>;

Parameters

Parameter Type Description
n number
src Iterable<T>

Returns:

IterableIterator<T>