UNPKG

aoc-automation

Version:

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

3 lines (2 loc) 128 B
declare const buildSource: (year: string, input: string | string[], sourcemap?: boolean) => void; export default buildSource;