Get a component property of this temporal value
(property: string)
| 11 | export interface TemporalValue { |
| 12 | /** Get a component property of this temporal value */ |
| 13 | get(property: string): unknown; |
| 14 | /** Convert to ISO string representation */ |
| 15 | toString(): string; |
| 16 | /** Type identifier for instanceof-like checks */ |
no outgoing calls
no test coverage detected