UNPKG

aoc-automation

Version:

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

6 lines (5 loc) 306 B
import type { Setup, Config, DayConfig } from "../types/common"; declare const aocAutomationDaysJSON: ({ year }: Setup) => DayConfig[]; declare const aocAutomationDataJSON: ({ year, packageManager, language, }: Setup) => Config; export { aocAutomationDaysJSON }; export default aocAutomationDataJSON;