Skip to content

Commit 45a45f5

Browse files
committed
Exports
1 parent 572f310 commit 45a45f5

1 file changed

Lines changed: 2 additions & 3 deletions

File tree

src/index.ts

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,6 @@ export { NorthernHemisphereLunarEmoji, SouthernHemisphereLunarEmoji } from "./co
33
export { LunarMonth } from "./constants/LunarMonth";
44
export { LunarPhase } from "./constants/LunarPhase";
55
export type { MoonOptions } from "./MoonOptions";
6+
export { Julian } from "./Julian";
7+
export { Moon } from "./Moon";
68
export { Unit } from "./constants/Unit";
7-
export * as Julian from "./Julian";
8-
export * as Moon from "./Moon";
9-
export * as Time from "./constants/Time";

0 commit comments

Comments
 (0)