mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-05-18 09:11:34 -05:00
8 lines
138 B
TypeScript
8 lines
138 B
TypeScript
export {
|
|
lastCompletedVoting,
|
|
upcomingVoting,
|
|
monthsVotingRange,
|
|
} from "./voting-time";
|
|
|
|
export type { MonthYear } from "./types";
|