UNPKG

@antv/util

Version:

<h1 align="center">@antv/util</h1>

3 lines (2 loc) 96 B
declare const map: <T, G>(arr: T[], func: (v: T, idx: number) => G) => G[]; export default map;