* @summary Return the last day of an ISO week for the given date.
7
*
8
* @description
9
* Return the last day of an ISO week for the given date.
10
* The result will be in the local timezone.
11
*
12
* ISO week-numbering year: http://en.wikipedia.org/wiki/ISO_week_date
13
*
14
* @typeParam DateType - The `Date` type, the function operates on. Gets inferred from passed arguments. Allows to use extensions like [`UTCDate`](https://github.com/date-fns/utc).
15
*
16
* @param date - The original date
17
*
18
* @returns The last day of an ISO week
19
*
20
* @example
21
* // The last day of an ISO week for 2 September 2014 11:55:00: