Important: This documentation covers Yarn 1 (Classic).
For Yarn 2+ docs and migration guide, see yarnpkg.com.

Package detail

@cprecioso/iterable-helpers

cprecioso6ISC1.0.1TypeScript support: included

Helper functions for iterables

readme

@cprecioso/iterable-helpers

Some helper functions for iterables that I use for my projects. It's not intended to be comprehensive, I will add more functions as I need them.

$ yarn add @cprecioso/iterable-helpers    # if you use yarn
$ npm install @cprecioso/iterable-helpers # if you use npm

Check the API documentation for more information.

changelog

Changelog

1.0.1 (2024-02-11)

Bug Fixes

  • include types in package (eb8a035)

1.0.0 (2024-02-11)

⚠ BREAKING CHANGES

  • initial commit

Features