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

    Variable isFridayConst

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

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

    Type declaration

      • (date: Date): boolean
      • Parameters

        • date: Date

        Returns boolean