UNPKG

aoc-automation

Version:

Advent of Code tool to automate the repetitive parts of AoC.

8 lines (7 loc) 162 B
const toFixed = (value, precision = 3) => { return Number(value.toFixed(precision)); }; var toFixed_default = toFixed; export { toFixed_default as default };