UNPKG

@native-html/heuristic-table-plugin

Version:

🔠 A 100% native component using heuristics to render tables in react-native-render-html

7 lines • 276 B
import groupBy from 'ramda/src/groupBy'; import values from 'ramda/src/values'; import pipe from 'ramda/src/pipe'; import prop from 'ramda/src/prop'; const makeRows = pipe(groupBy(pipe(prop('y'), String)), values); export default makeRows; //# sourceMappingURL=makeRows.js.map