Array.fromAsync

Specification
Proposal repo

Built-ins signatures

class Array {
  static fromAsync(asyncItems: AsyncIterable | Iterable | ArrayLike, mapfn?: (value: any, index: number) => any, thisArg?: any): Array;
}

Entry points

core-js/proposals/array-from-async-stage-2