Skip to content

Commit

Permalink
Moon options
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonsturges committed Feb 29, 2024
1 parent 971f1a7 commit 30cf533
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MoonOptions.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
import { Hemisphere } from "./constants/Hemisphere";

export type MoonOptions = {
hemisphere?: Hemisphere | undefined;
hemisphere?: Hemisphere;
};

0 comments on commit 30cf533

Please sign in to comment.