* Adds the specified `amount` of `unit` to the given `timestamp`. * @param timestamp - the input timestamp * @param amount - the amount to add * @param unit - the unit as string
(this: DateAdapter<T>, timestamp: number, amount: number, unit: TimeUnit)
| 39 | * @param unit - the unit as string |
| 40 | */ |
| 41 | add(this: DateAdapter<T>, timestamp: number, amount: number, unit: TimeUnit): number; |
| 42 | /** |
| 43 | * Returns the number of `unit` between the given timestamps. |
| 44 | * @param a - the input timestamp (reference) |
no outgoing calls
no test coverage detected