UNPKG

aoc-copilot

Version:

Advent of Code automatic runner for examples and inputs

9 lines 248 B
type Options = { forceSubmit?: boolean; onlyPart?: 1 | 2; skipTests?: boolean; testsOnly?: boolean; }; declare function argsToOptions(args: string[]): Options; export { argsToOptions, Options }; //# sourceMappingURL=options.d.ts.map