MCPcopy
hub / github.com/iamkun/dayjs / FormatObject

Interface FormatObject

types/index.d.ts:18–18  ·  types/index.d.ts::FormatObject

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected