@bytebury/sauce - v2.2.0
    Preparing search index...

    Function hours

    • Returns the number of hours as milliseconds.

      Parameters

      • hours: number

      Returns number

      hours(0.5); // 1_800_000
      hours(1); // 3_600_000
      setTimeout(() => {}, hours(2)); // 7_200_000