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

    Function isDayOfTheWeek

    • Higher-order function. Returns a predicate that compares a date with a day of the week.

      Parameters

      • day:
            | "Sunday"
            | "Monday"
            | "Tuesday"
            | "Wednesday"
            | "Thursday"
            | "Friday"
            | "Saturday"

      Returns (date: Date) => boolean