UNPKG

105 BTypeScriptView Raw
1export = concat_map;
2
3declare function concat_map<T, R>(xs: T[], fn: (x: T, i: number) => R | R[]): R[];