UNPKG

aoc-automation

Version:

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

7 lines (6 loc) 347 B
import type { YearConfig } from "../types/common"; declare const renderYearDayBadges: (config: YearConfig) => string; declare const renderYearResults: (config: YearConfig) => string; declare const readmeYearMD: (language: string, config: YearConfig) => string; export { renderYearDayBadges, renderYearResults }; export default readmeYearMD;