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

Variable: FIVE_MINUTES_MS

ts
const FIVE_MINUTES_MS: number;

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

total milliseconds in 5 minutes

Released under the MIT License.