UNPKG

@types/concat-map

Version:
4 lines (2 loc) 105 B
export = concat_map; declare function concat_map<T, R>(xs: T[], fn: (x: T, i: number) => R | R[]): R[];