mirror of
https://github.com/Sendouc/sendou.ink.git
synced 2026-04-22 23:21:52 -05:00
3 lines
63 B
TypeScript
3 lines
63 B
TypeScript
export const PLUS_UPVOTE = 1;
|
|
export const PLUS_DOWNVOTE = -1;
|