UNPKG

aoc-automation

Version:

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

3 lines (2 loc) 117 B
declare const dev: (yearRaw: string | undefined, dayRaw: string | undefined) => Promise<void>; export default dev;