sendou.ink/app/modules/plus-server/index.ts
2022-06-11 11:49:22 +03:00

8 lines
138 B
TypeScript

export {
lastCompletedVoting,
upcomingVoting,
monthsVotingRange,
} from "./voting-time";
export type { MonthYear } from "./types";