Convert to ISO string representation
()
| 13 | get(property: string): unknown; |
| 14 | /** Convert to ISO string representation */ |
| 15 | toString(): string; |
| 16 | /** Type identifier for instanceof-like checks */ |
| 17 | readonly temporalType: string; |
| 18 | } |
no outgoing calls