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

Variable: ONE_DAY_MS

ts
const ONE_DAY_MS: number;

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

total milliseconds in one day

Released under the MIT License.