sendou.ink/app/features/plus-voting/core/index.ts
Kalle dd1adad94b
Some checks are pending
Tests and checks on push / run-checks-and-tests (push) Waiting to run
Updates translation progress / update-translation-progress-issue (push) Waiting to run
BIome v2 upgrade
2025-06-22 16:49:27 +03:00

9 lines
223 B
TypeScript

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