UNPKG

aoc-automation

Version:

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

4 lines (3 loc) 224 B
import prompts from "prompts"; declare const initPrompt: () => Promise<prompts.Answers<"strict" | "name" | "year" | "language" | "vscodeSettings" | "semicolons" | "author" | "packageManager">>; export default initPrompt;