Skip to main content
Module

x/better_iterators/deno.jsonc

Chainable iterators (sync and async) for TypeScript, with support for opt-in, bounded parallelism
Go to Latest
File
{ "tasks": { "test": "deno test -A --doc && deno lint" }, "lint": { "rules": { "exclude": [ "prefer-const" ], "include": [ "explicit-module-boundary-types" ] } }}