From 30cf5331a7483a563ee1f438ed0e532efc9dbcad Mon Sep 17 00:00:00 2001 From: Jason Sturges Date: Thu, 29 Feb 2024 02:09:26 -0600 Subject: [PATCH] Moon options --- src/MoonOptions.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/MoonOptions.ts b/src/MoonOptions.ts index 83af828..c85b4e1 100644 --- a/src/MoonOptions.ts +++ b/src/MoonOptions.ts @@ -1,5 +1,5 @@ import { Hemisphere } from "./constants/Hemisphere"; export type MoonOptions = { - hemisphere?: Hemisphere | undefined; + hemisphere?: Hemisphere; };