Skip to content
ts
import { ONE\_HOUR\_MS } from '@trail-run/core/time/consts';

Variable: ONE_HOUR_MS

ts
const ONE_HOUR_MS: number;

Defined in: src/time/consts.ts:13

total milliseconds in one hour

Released under the MIT License.