Tsdotnet Linq Versions Save

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

v1.4.0

2 years ago

v1.3.1

2 years ago

v1.2.0

2 years ago

Added LinqBase<T> and LinqResolverBase<T> to allow for minimal overrides when extending from these abstract classes. Linq<T> and LinqExtended<T> are the default examples of their implementations.

v1.1.0

2 years ago
  • first
  • firstOrDefault
  • last
  • lastOrDefault
  • skip
  • take
  • selectMany

Repo has been fully refreshed and typedocs are new.