* @summary Subtract the specified number of minutes from the given date.
9
*
10
* @description
11
* Subtract the specified number of minutes from the given date.
12
*
13
* @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).
14
*
15
* @param date - The date to be changed
16
* @param amount - The amount of minutes to be subtracted.
17
*
18
* @returns The new date with the minutes subtracted
19
*
20
* @example
21
* // Subtract 30 minutes from 10 July 2014 12:00:00: