@kahmannf/iterable-transforms
TypeScript icon, indicating that this package has built-in type declarations

1.0.4 • Public • Published

Iterable Transforms

https://github.com/kahmannf/iterable-transforms#readme

Typescript/Javascript library for manipulation of Iterables. Inspiered by the C#-Linq API

Available transformations:

  • concat
  • count
  • distinct
  • filter
  • first
  • flat
  • groupBy
  • last
  • map
  • reduce
  • reverse
  • skip
  • skipWhile
  • sort
  • thenSort
  • take
  • takeWhile

There is a function for each operator/tranformation. In addition to that there is the IterableTransform class available for easy chaining of these operators. The signature of the class-Methods are the same, with an exception to the source-Parameter.

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.4
    0
    • latest

Version History

Package Sidebar

Install

npm i @kahmannf/iterable-transforms

Weekly Downloads

0

Version

1.0.4

License

ISC

Unpacked Size

30.6 kB

Total Files

68

Last publish

Collaborators

  • kahmannf