Skip to content

Commit

Permalink
Fix typescript defs: seaLevelSunrise() and seaLevelSunset() were miss…
Browse files Browse the repository at this point in the history
…ing from Zmanim #417
  • Loading branch information
mjradwin committed Apr 7, 2024
1 parent e6fb0c4 commit f00aa01
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 141 deletions.
4 changes: 4 additions & 0 deletions hebcal.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -446,8 +446,12 @@ declare module '@hebcal/core' {

/** Upper edge of the Sun appears over the eastern horizon in the morning (0.833° above horizon) */
sunrise(): Date;
/** Same as `sunrise()` but ignores elevation */
seaLevelSunrise(): Date;
/** When the upper edge of the Sun disappears below the horizon (0.833° below horizon) */
sunset(): Date;
/** Same as `sunset()` but ignores elevation */
seaLevelSunset(): Date;
/** Civil dawn; Sun is 6° below the horizon in the morning */
dawn(): Date;
/** Civil dusk; Sun is 6° below the horizon in the evening */
Expand Down
Loading

0 comments on commit f00aa01

Please sign in to comment.