xaa
    Preparing search index...

    Type Alias MapOptions

    options for xaa.map

    type MapOptions = {
        concurrency: number;
        thisArg?: any;
    }
    Index

    Properties

    concurrency: number

    number of items to map concurrently

    thisArg?: any

    the this passed to the map callback