UNPKG

96 BTypeScriptView Raw
1declare const map: <T, G>(arr: T[], func: (v: T, idx: number) => G) => G[];
2export default map;