Version: 0.0.00.0.10.0.20.0.3
export = concat_map;
declare function concat_map<T, R>(xs: T[], fn: (x: T, i: number) => R | R[]): R[];