Works with
•JSR Score70%•It is unknown whether this package works with Browsers, Deno, Node.js, Cloudflare Workers, Bun




Published2 years ago (0.215.0)
Functions
f
tee<T, N extends number = 2>(): Tuple<AsyncIterable<T>, N>
iterable: AsyncIterable<T>,
n?: N
Branches the given async iterable into the n branches.