UNPKG

aoc-copilot

Version:

Advent of Code automatic runner for examples and inputs

4 lines 183 B
import 'dotenv/config'; export { argsToOptions, Options } from './options'; export { AdditionalInfo, logger, NotImplemented, run } from './runner'; //# sourceMappingURL=index.d.ts.map