@yookue/ts-lang-utils
    Preparing search index...

    Function isWeekend

    • Returns whether the date is a weekend

      Parameters

      • Optionaldate: Date

        the date to check

      Returns boolean

      whether the date is a weekend

      David Hsing

      isWeekend(new Date(2023, 8, 30));    // true