Skip to content

Commit

Permalink
Exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsturges committed Dec 30, 2022
1 parent 572f310 commit 45a45f5
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@ export { NorthernHemisphereLunarEmoji, SouthernHemisphereLunarEmoji } from "./co
export { LunarMonth } from "./constants/LunarMonth";
export { LunarPhase } from "./constants/LunarPhase";
export type { MoonOptions } from "./MoonOptions";
export { Julian } from "./Julian";
export { Moon } from "./Moon";
export { Unit } from "./constants/Unit";
export * as Julian from "./Julian";
export * as Moon from "./Moon";
export * as Time from "./constants/Time";

0 comments on commit 45a45f5

Please sign in to comment.