1 2 3 4
export declare function map<T>(this: any, list: Iterable<T>, iterator: Function, {context, concurrency}?: { context?: any; concurrency: null | number; }): any;