Skip to content

Commit

Permalink
Merge pull request #4 from tu2mf-org/feature/docs
Browse files Browse the repository at this point in the history
docs(readme): update readme
  • Loading branch information
hkc321 authored Apr 20, 2024
2 parents 931d798 + 0620309 commit 1108e31
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,8 @@ isStartDateInRange | (referenceDateRange: DateRange, com
isEndDateInRange | (referenceDateRange: DateRange, comparisonDateRange: DateRange) | boolean | Checks if the end date of the reference range is within the comparison range.
isStartDateAndEndDateInRange | (referenceDateRange: DateRange, comparisonDateRange: DateRange) | boolean | Checks if both start and end dates of the reference range are within the comparison range.
isStartDateAndEndDateIncludeRange | (referenceDateRange: DateRange, comparisonDateRange: DateRange) | boolean | Checks if both start and end dates of the reference range include the comparison range.
findOverlappingDates | (referenceDateRange: DateRange, comparisonDateRange: DateRange) | Date[] | Returns an array of dates that overlap between the given reference date range and comparison date range.
findNonOverlappingDates | (referenceDateRange: DateRange, comparisonDateRange: DateRange) | Date[] | Returns an array of dates that non overlapping between the given reference date range and comparison date range.

## Contributing
Contributions are welcome! Read [contributing guide](CONTRIBUTING.md)
Expand Down

0 comments on commit 1108e31

Please sign in to comment.