Returns the number of hours as milliseconds.
hours(0.5); // 1_800_000hours(1); // 3_600_000setTimeout(() => {}, hours(2)); // 7_200_000 Copy
hours(0.5); // 1_800_000hours(1); // 3_600_000setTimeout(() => {}, hours(2)); // 7_200_000
Returns the number of hours as milliseconds.