UNPKG

aoc-automation

Version:

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

5 lines (4 loc) 178 B
import type { Config } from "../types/common"; declare const readConfig: () => Config; declare const saveConfig: (config: Config) => void; export { saveConfig, readConfig };