UNPKG

@ofzza/adventofcode

Version:
9 lines (8 loc) 127 B
/** * Configuration type */ export declare type Configuration = { author: string; year: number; tasks: any[]; };