sendou.ink/app/modules/plus-server/index.ts
2022-06-12 11:35:08 +03:00

10 lines
188 B
TypeScript

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