Skip to main content
Module

x/better_iterators/deno.jsonc

Chainable iterators (sync and async) for TypeScript, with support for opt-in, bounded parallelism
Latest
File
{ "tasks": { "test": "deno test -A --doc && deno lint" }, "lint": { "rules": { "exclude": [ "prefer-const" ], "include": [ "explicit-module-boundary-types" ] } }, "test": { "files": { "exclude": [ // test --doc tests my README.md files too. But the README has a code example // of importing the mod from deno.land, so I was getting circular dependencies // captured into my deno.lock. "README.md" ] } }}