| 1 | export interface FormatterOptions { |
| 2 | locale?: string; |
| 3 | calendar?: string; |
| 4 | } |
| 5 | |
| 6 | type TokenFormatter = (date: Date, options: FormatterOptions) => string | number; |
| 7 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…