| 20 | export const dayjs = _dayjs |
| 21 | |
| 22 | interface FormatOptions { |
| 23 | locale?: string |
| 24 | timeZone?: string |
| 25 | } |
| 26 | |
| 27 | type Primitive = boolean | number | string | null | undefined |
| 28 |
nothing calls this directly
no outgoing calls
no test coverage detected