UNPKG

web-ui-pack

Version:
4 lines (3 loc) 174 B
/** Copy hh:mm:ss.fff part from B to A * @returns the same date pointed at first argument */ export default function dateCopyTime(to: Date, from: Date, utc: boolean): Date;