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.
- Host: GitHub
- URL: https://github.com/clo4/deno_iterators
- Owner: clo4
- License: unlicense
- Created: 2021-04-09T14:50:49.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2021-04-16T05:51:14.000Z (about 5 years ago)
- Last Synced: 2026-05-03T07:41:57.576Z (about 2 months ago)
- Topics: deno
- Language: TypeScript
- Homepage: https://doc.deno.land/https/deno.land/x/iterators@v0.2.0/mod.ts
- Size: 26.4 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.