* Returns the number of `unit` between the given timestamps. * @param a - the input timestamp (reference) * @param b - the timestamp to subtract * @param unit - the unit as string
(this: DateAdapter<T>, a: number, b: number, unit: TimeUnit)
| 46 | * @param unit - the unit as string |
| 47 | */ |
| 48 | diff(this: DateAdapter<T>, a: number, b: number, unit: TimeUnit): number; |
| 49 | /** |
| 50 | * Returns start of `unit` for the given `timestamp`. |
| 51 | * @param timestamp - the input timestamp |
no outgoing calls
no test coverage detected