UNPKG

replay-table

Version:

Visualize sport seasons with interactive standings

4 lines (3 loc) 99 B
export default function (str) { return str.replace(/-([a-z])/g, g => g[1].toUpperCase()); }