UNPKG

aoc-automation

Version:

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

4 lines (3 loc) 153 B
import type { Setup } from "../types/common"; declare const prettierignoreTXT: ({ language }: Setup) => "" | "lib"; export default prettierignoreTXT;