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