UNPKG

replay-table

Version:

Visualize sport seasons with interactive standings

5 lines (4 loc) 173 B
export default function (durations, speed) { return Object.keys(durations) .reduce((obj, key) => Object.assign(obj, { [key]: durations[key]/speed }), {}) };