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