Source code

Revision control

Copy as Markdown

Other Tools

// generated by diplomat-tool
import type { TimeZone } from "./TimeZone"
import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
/**
* See the [Rust documentation for `TimeZoneAndCanonical`](https://docs.rs/icu/latest/icu/time/zone/iana/struct.TimeZoneAndCanonical.html) for more information.
*/
export class TimeZoneAndCanonical {
get timeZone(): TimeZone;
get canonical(): string;
}