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

Variable: FIVE_SECONDS_MS

ts
const FIVE_SECONDS_MS: number;

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

total milliseconds in 5 seconds

Released under the MIT License.