* Returns a map of time formats for the supported formatting units defined * in Unit as well as 'datetime' representing a detailed date/time string.
(this: DateAdapter<T>)
| 20 | * in Unit as well as 'datetime' representing a detailed date/time string. |
| 21 | */ |
| 22 | formats(this: DateAdapter<T>): Record<TimeUnit | 'datetime', string>; |
| 23 | /** |
| 24 | * Parses the given `value` and return the associated timestamp. |
| 25 | * @param value - the value to parse (usually comes from the data) |
no outgoing calls
no test coverage detected