TimeZoneAndCanonical.d.ts (410B)
1 // generated by diplomat-tool 2 import type { TimeZone } from "./TimeZone" 3 import type { pointer, codepoint } from "./diplomat-runtime.d.ts"; 4 5 6 /** 7 * See the [Rust documentation for `TimeZoneAndCanonical`](https://docs.rs/icu/latest/icu/time/zone/iana/struct.TimeZoneAndCanonical.html) for more information. 8 */ 9 10 11 export class TimeZoneAndCanonical { 12 get timeZone(): TimeZone; 13 get canonical(): string; 14 15 }