UNPKG

mugan86-chronometer

Version:

Simple library that contait chronometer with Counter and Count Down Timer

12 lines (11 loc) 258 B
/** * Timer constants to use in conversion and other operations */ export declare enum Timer { ONE_HOUR_SECONDS = 3600, DAY_HOURS = 24, ONE_MIN_SECONDS = 60, ONE_DAY_SECONDS = 86400, MS_PER_DAY = 86400000, ONE_SECOND_IN_MS = 1000 }