| 16 | export type ConfigType = ConfigTypeMap[keyof ConfigTypeMap] |
| 17 | |
| 18 | export interface FormatObject { locale?: string, format?: string, utc?: boolean } |
| 19 | |
| 20 | export type OptionType = FormatObject | string | string[] |
| 21 |
nothing calls this directly
no outgoing calls
no test coverage detected