We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 572f310 commit 45a45f5Copy full SHA for 45a45f5
1 file changed
src/index.ts
@@ -3,7 +3,6 @@ export { NorthernHemisphereLunarEmoji, SouthernHemisphereLunarEmoji } from "./co
3
export { LunarMonth } from "./constants/LunarMonth";
4
export { LunarPhase } from "./constants/LunarPhase";
5
export type { MoonOptions } from "./MoonOptions";
6
+export { Julian } from "./Julian";
7
+export { Moon } from "./Moon";
8
export { Unit } from "./constants/Unit";
-export * as Julian from "./Julian";
-export * as Moon from "./Moon";
9
-export * as Time from "./constants/Time";
0 commit comments