UNPKG

date-vir

Version:

Easy and explicit dates and times.

12 lines (11 loc) 220 B
/** * A partial {@link FullDate} instance that has the highest value for each time property. * * @category Constants */ export const endTime = { hour: 23, minute: 59, second: 59, millisecond: 999, };