atee.d.ts 96 B

1
  1. export declare function atee<T>(iter: AsyncGenerator<T>, length?: number): AsyncGenerator<T>[];