An open API service indexing awesome lists of open source software.

https://github.com/clo4/deno_iterators

Iterators and related functions for Deno. Similar to Python's itertools module. Unlicensed, do what you want.
https://github.com/clo4/deno_iterators

deno

Last synced: 26 days ago
JSON representation

Iterators and related functions for Deno. Similar to Python's itertools module. Unlicensed, do what you want.

Awesome Lists containing this project

README

          

# deno_iterators

A bunch of (web-compatible) iterators and iterator-focused functions.

## Usage

```typescript
import {/* */} from "https://deno.land/x/iterators@v0.2.0/mod.ts";
```

## License

This project is licensed under the unlicense. You're free to do whatever you
want with it. Attribution is appreciated but not required - these are simple
utilities that I think the language should already provide.