Skip to content

Commit

Permalink
fix: exports yearStart and yearEnd
Browse files Browse the repository at this point in the history
  • Loading branch information
justin-schroeder committed Mar 15, 2024
1 parent 28a9539 commit 13f8bdd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,8 @@ export { sameYear } from "./sameYear"
export { weekEnd } from "./weekEnd"
export { weekStart } from "./weekStart"
export { yearDays } from "./yearDays"
export { yearStart } from "./yearStart"
export { yearEnd } from "./yearEnd"
export { isBefore } from "./isBefore"
export { isAfter } from "./isAfter"
export { isEqual } from "./isEqual"
Expand Down

0 comments on commit 13f8bdd

Please sign in to comment.