MCPcopy
hub / github.com/vikiboss/60s / FormatOptions

Interface FormatOptions

src/common.ts:22–25  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20export const dayjs = _dayjs
21
22interface FormatOptions {
23 locale?: string
24 timeZone?: string
25}
26
27type Primitive = boolean | number | string | null | undefined
28

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected