Type alias MapOptions

MapOptions: {
    concurrency: number;
    thisArg?: any;
}

options for xaa.map

Type declaration

  • concurrency: number

    number of items to map concurrently

  • Optional thisArg?: any

    the this passed to the map callback