UNPKG

aoc-automation

Version:

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

4 lines (3 loc) 136 B
import prompts from "prompts"; declare const commandPrompt: () => Promise<prompts.Answers<"command">>; export default commandPrompt;