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.

2 lines (1 loc) 64 B
export default function toArray<T>(sequence: Iterable<T>): T[];