UNPKG

replay-table

Version:

Visualize sport seasons with interactive standings

8 lines (7 loc) 150 B
export default function(input) { try { return JSON.parse(input.replace(/'/g, '"')); } catch(e) { return null; } };