Massive/periods.ts
Brandon Presley f778426aba Run prettier
Something happened with the deno formatter,
I can't remember what! Hahahahahaahahaha
2023-08-12 15:23:02 +12:00

6 lines
98 B
TypeScript

export enum Periods {
Weekly = "This week",
Monthly = "This month",
Yearly = "This year",
}