@hongminhee/aitertools@0.6.0Built and signed on GitHub ActionsBuilt and signed on GitHub Actions
Built and signed on GitHub Actions
latest
dahlia/aitertoolsWell-tested utility functions dealing with async iterables
This package works with Cloudflare Workers, Node.js, Deno, Bun, Browsers




JSR Score
88%
Published
2 years ago (0.6.0)
f
drop
Drops a specified number of elements from the beginning of an async iterable, and yields the remaining elements.
f
dropEnd
Drops a specified number of elements from the end of an async iterable, and yields the remaining elements.
f
dropWhile
Drops elements from the beginning of an async iterable as long as a specified condition is met, and yields the remaining elements.
Add Package
deno add jsr:@hongminhee/aitertools
Import symbol
import * as mod from "@hongminhee/aitertools/drop";
Import directly with a jsr specifier
import * as mod from "jsr:@hongminhee/aitertools/drop";
Add Package
pnpm i jsr:@hongminhee/aitertools
pnpm dlx jsr add @hongminhee/aitertools
Import symbol
import * as mod from "@hongminhee/aitertools/drop";
Add Package
yarn add jsr:@hongminhee/aitertools
yarn dlx jsr add @hongminhee/aitertools
Import symbol
import * as mod from "@hongminhee/aitertools/drop";
Add Package
vlt install jsr:@hongminhee/aitertools
Import symbol
import * as mod from "@hongminhee/aitertools/drop";
Add Package
npx jsr add @hongminhee/aitertools
Import symbol
import * as mod from "@hongminhee/aitertools/drop";
Add Package
bunx jsr add @hongminhee/aitertools
Import symbol
import * as mod from "@hongminhee/aitertools/drop";