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

Interface ConfigTypeMap

types/index.d.ts:12–14  ·  types/index.d.ts::ConfigTypeMap

Source from the content-addressed store, hash-verified

10
11declare namespace dayjs {
12 interface ConfigTypeMap {
13 default: string | number | Date | Dayjs | null | undefined
14 }
15
16 export type ConfigType = ConfigTypeMap[keyof ConfigTypeMap]
17

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected