| 10 | |
| 11 | declare namespace dayjs { |
| 12 | interface ConfigTypeMap { |
| 13 | default: string | number | Date | Dayjs | null | undefined |
| 14 | } |
| 15 | |
| 16 | export type ConfigType = ConfigTypeMap[keyof ConfigTypeMap] |
| 17 |
nothing calls this directly
no outgoing calls
no test coverage detected