UNPKG

react-native-table-component-2

Version:

Build table for react native. Forked from the original 'react-native-table-component' to fix support for newer versions of react-native-web. Not actively maintained/supported.

2 lines (1 loc) 74 B
export const sum = (arr: number[]) => arr.reduce((acc, n) => acc + n, 0);