Options
All
  • Public
  • Public/Protected
  • All
Menu

Project @shlappas/itertools

npm Build Status Coverage Status Minified Size

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

Generated using TypeDoc