@resee-movies/utilities - v0.8.0
    Preparing search index...

    Function isSameOrEarlier

    • Given two arguments, dateA and dateB, that can both be converted to Date instances via toDate(), return a boolean that indicates whether dateA is chronologically the same or before than dateB.

      Parameters

      • dateA: unknown
      • dateB: unknown

      Returns boolean