@shlappas/itertools
TypeScript icon, indicating that this package has built-in type declarations

2.1.1 • Public • Published

npm version Build Status

itertools.js

The python language (both python core and the itertools module) have great support for daling with iterators and iterables. Sometimes the same functionality would be nice to have in javascript and typescript.

This package implements some of the useful iterator-related functions in typescript, so that you can get the same great readability as a python program, all while keeping that juicy compile-time type safety.

Installation

yarn add @shlappas/itertools

API

Check out the docs! Created with typedoc

Package Sidebar

Install

npm i @shlappas/itertools

Weekly Downloads

16

Version

2.1.1

License

MIT

Unpacked Size

130 kB

Total Files

9

Last publish

Collaborators

  • shlappas