UNPKG

advent-of-code-client

Version:

A NodeJS client for fetching inputs, running puzzle challenges and submitting answers to Advent Of Code directly from your JavaScript code.

3 lines (2 loc) 88 B
declare const waitForUserInput: () => Promise<string>; export default waitForUserInput;