UNPKG

aoc-utils

Version:

Utilities for programatically interacting with Advent of Code

3 lines (2 loc) 105 B
import { type Config } from '../types'; export declare function login(config: Config): Promise<boolean>;