Skip to content

Commit 13f8bdd

Browse files
fix: exports yearStart and yearEnd
1 parent 28a9539 commit 13f8bdd

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/index.ts

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,8 @@ export { sameYear } from "./sameYear"
3737
export { weekEnd } from "./weekEnd"
3838
export { weekStart } from "./weekStart"
3939
export { yearDays } from "./yearDays"
40+
export { yearStart } from "./yearStart"
41+
export { yearEnd } from "./yearEnd"
4042
export { isBefore } from "./isBefore"
4143
export { isAfter } from "./isAfter"
4244
export { isEqual } from "./isEqual"

0 commit comments

Comments
 (0)