UNPKG

pagamio-frontend-commons-lib

Version:

Pagamio library for Frontend reusable components like the form engine and table container

3 lines (2 loc) 98 B
export const SECONDS_IN_AN_HOUR = 60 * 60; export const SECONDS_IN_DAY = 24 * SECONDS_IN_AN_HOUR;