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) 67 B
export default function isEmpty(sequence: Iterable<any>): boolean;