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.

4 lines (3 loc) 204 B
export declare const lines: (data: string) => string[]; export declare const numbers: (data: string) => number[]; export declare const splitBy: (separator: string | RegExp) => (data: string) => string[];