sendou.ink/app/modules/plus-server/index.ts

10 lines
212 B
TypeScript

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