UNPKG

@tsdotnet/linq

Version:

A familiar set of functions that operate on JavaScript iterables (ES2015+) in a similar way to .NET's LINQ does with enumerables.

3 lines (2 loc) 136 B
import { IterableTransform } from '../IterableTransform'; export default function elementAt<T>(index: number): IterableTransform<T, T>;