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

Variable: ONE_MINUTE_MS

ts
const ONE_MINUTE_MS: number;

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

total milliseconds in one minute

Released under the MIT License.