Skip to content

Commit

Permalink
fix: include hour/minute start/end in exported members (#5)
Browse files Browse the repository at this point in the history
  • Loading branch information
GerryWilko authored Feb 14, 2024
1 parent 057acac commit da4b202
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,11 @@ export { dayStart } from "./dayStart"
export { format } from "./format"
export { formatStr } from "./formatStr"
export { fourDigitYear } from "./fourDigitYear"
export { hourEnd } from "./hourEnd"
export { hourStart } from "./hourStart"
export { iso8601 } from "./iso8601"
export { minuteEnd } from "./minuteEnd"
export { minuteStart } from "./minuteStart"
export { monthDays } from "./monthDays"
export { monthEnd } from "./monthEnd"
export { monthStart } from "./monthStart"
Expand Down

0 comments on commit da4b202

Please sign in to comment.