Skip to content

Commit

Permalink
Merge pull request #391 from observerly/feature/moon/AnishinaabegMoon…
Browse files Browse the repository at this point in the history
…Names

feat: add AnishinaabegMoonNames type to moon module in @observerly/astrometry
  • Loading branch information
michealroberts authored Oct 18, 2024
2 parents 584816b + 6c7cfd4 commit be9f712
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions src/moon.ts
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,22 @@ export type AlgonquinMoonNames =

/*****************************************************************************************************************/

export type AnishinaabegMoonNames =
| 'Spirit Moon'
| 'Bear Moon'
| 'Snow Crust Moon'
| 'Broken Snowshoe Moon'
| 'Sucker Moon'
| 'Blooming Moon'
| 'Berry Moon'
| 'Grain Moon'
| 'Changing Leaves Moon'
| 'Falling Leaves Moon'
| 'Freezing Moon'
| 'Little Spirit Moon'

/*****************************************************************************************************************/

export const Phases = {
New: 'New',
WaxingCrescent: 'Waxing Crescent',
Expand Down

0 comments on commit be9f712

Please sign in to comment.