Skip to main content

aitertools

Latest version LGPL 3.0 Deno Doc (API references) GitHub Actions Codecov

This library provides a collection of small utility functions dealing with async iterables. You can think of it as LINQ or aitertools for Deno.

Currently it provides (see also Deno Doc):

  • assertStreams()
  • assertStreamStartsWith()
  • count()
  • cycle()
  • repeat()
  • take()
  • takeWhile()
  • toArray()

It is going to have more functions later.