MCPcopy Index your code
hub / github.com/github/relative-time-element / DurationPart

Interface DurationPart

src/duration-format-ponyfill.ts:51–54  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

49] as const
50
51interface DurationPart {
52 type: 'integer' | 'literal' | 'element'
53 value: string
54}
55
56const twoDigitFormatOptions = {minimumIntegerDigits: 2}
57

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…