UNPKG

aoc-automation

Version:

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

4 lines (3 loc) 139 B
import type { Setup } from "../types/common"; declare const gitignoreTXT: ({ language }: Setup) => string; export default gitignoreTXT;