We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d7b62f commit 3526696Copy full SHA for 3526696
1 file changed
src/constants/LunarEmoji.ts
@@ -1,7 +1,10 @@
1
/**
2
- * Enumeration of lunar phases as emoji for the Northern Hemisphere.
+ * Enumeration of lunar phases as emoji.
3
*/
4
export module LunarEmoji {
5
+ /**
6
+ * Enumeration of lunar phases as emoji for the Northern Hemisphere.
7
+ */
8
export enum NorthernHemisphere {
9
New = "🌑",
10
WaxingCrescent = "🌒",
0 commit comments