* Returns start of `unit` for the given `timestamp`. * @param timestamp - the input timestamp * @param unit - the unit as string * @param [weekday] - the ISO day of the week with 1 being Monday * and 7 being Sunday (only needed if param *unit* is `isoWeek`).
(this: DateAdapter<T>, timestamp: number, unit: TimeUnit | 'isoWeek', weekday?: number | boolean)
| 54 | * and 7 being Sunday (only needed if param *unit* is `isoWeek`). |
| 55 | */ |
| 56 | startOf(this: DateAdapter<T>, timestamp: number, unit: TimeUnit | 'isoWeek', weekday?: number | boolean): number; |
| 57 | /** |
| 58 | * Returns end of `unit` for the given `timestamp`. |
| 59 | * @param timestamp - the input timestamp |
no outgoing calls
no test coverage detected