fp-filters - v0.5.3
    Preparing search index...

    Function isBetweenDates

    • Higher-order function. Returns a function that returns true if the argument is between the two dates (inclusive).

      Parameters

      • dateBegin: Date
      • dateEnd: Date

      Returns TPredicate<[date: Date]>