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) 65 B
export default function count<T>(sequence: Iterable<T>): number;