variable flatSlice
import { flatSlice } from "async.ts";

Type

<T>(iterable: AsyncIterable<T[]>, start: number, end: number) => AsyncIterable<T[]>