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

    Variable isSameDayConst

    isSameDay: (comparisonDate: Date) => (date: Date) => boolean = ...

    Higher-order function. Returns a function that returns true if the argument is a date that has the same day as a comparison date.

    Type declaration

      • (comparisonDate: Date): (date: Date) => boolean
      • Parameters

        • comparisonDate: Date

        Returns (date: Date) => boolean