| 49 | ] as const |
| 50 | |
| 51 | interface DurationPart { |
| 52 | type: 'integer' | 'literal' | 'element' |
| 53 | value: string |
| 54 | } |
| 55 | |
| 56 | const twoDigitFormatOptions = {minimumIntegerDigits: 2} |
| 57 |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…