(type: string)
| 98 | hourCycle: 'h23', |
| 99 | }).formatToParts(instant) |
| 100 | const get = (type: string) => parts.find((p) => p.type === type)?.value ?? '00' |
| 101 | return `${get('year')}-${get('month')}-${get('day')}T${get('hour')}:${get('minute')}` |
| 102 | } |
| 103 |
no outgoing calls
no test coverage detected