UNPKG

arrowtab

Version:

Use arrow keys to "tab" between focusable elements

2 lines 117 B
export const sumBy = (arr, func) => arr.reduce((acc, item) => acc + func(item), 0); //# sourceMappingURL=sumBy.js.map