birdofpreyru/js-utils

Revise, to make the exact number known to exported types!

Closed this issue · 0 comments

js-utils/src/time.ts

Lines 4 to 7 in 1144049

export const MIN_MS = 60 * SEC_MS;
export const HOUR_MS = 60 * MIN_MS;
export const DAY_MS = 24 * HOUR_MS;
export const YEAR_MS = 365 * DAY_MS;