* @summary Return the start of an ISO week for the given date.
9
*
10
* @description
11
* Return the start of an ISO week for the given date.
12
* The result will be in the local timezone.
13
*
14
* ISO week-numbering year: http://en.wikipedia.org/wiki/ISO_week_date
15
*
16
* @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).
17
*
18
* @param date - The original date
19
*
20
* @returns The start of an ISO week
21
*
22
* @example
23
* // The start of an ISO week for 2 September 2014 11:55:00: