JSPM

@kahmannf/iterable-transforms

1.0.4
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • 0
  • Score
    100M100P100Q70309F
  • License ISC

Typescript helper functions to manipulatio iterables inspiered by C#-Linq API

Package Exports

  • @kahmannf/iterable-transforms

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@kahmannf/iterable-transforms) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

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.