UNPKG

replay-table

Version:

Visualize sport seasons with interactive standings

4 lines (3 loc) 160 B
export default function (results) { return [...new Set(results.reduce((list, round) => [...list, ...round.results.map(result => result.item)], []))]; };