Skip to main content

aitertools

Latest version Published on nest.land LGPL 3.0 Deno Doc (API references) GitHub Actions Codecov

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

import * as aitertools from "https://deno.land/x/aitertools/mod.ts";

See also the complete API reference.

Changelog

See CHANGES.md file. Note that unreleased versions are also available on nest.land:

import * as aitertools
  from "https://x.nest.land/aitertools@0.4.0-dev.15+3f191d7/mod.ts";