UNPKG

date-vir

Version:

Easy and explicit dates and times.

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