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

    Variable isMondayConst

    isMonday: (date: Date) => boolean = ...

    Returns true if the argument is a date that falls on a Monday.

    Type declaration

      • (date: Date): boolean
      • Parameters

        • date: Date

        Returns boolean