• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1// generated by diplomat-tool
2import type { TimeZone } from "./TimeZone"
3import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
4
5
6
7export class TimeZoneAndCanonicalAndNormalized {
8
9    get timeZone() : TimeZone;
10
11    get canonical() : string;
12
13    get normalized() : string;
14
15}