tor-browser

The Tor Browser
git clone https://git.dasho.dev/tor-browser.git
Log | Files | Refs | README | LICENSE

TimeZoneInvalidOffsetError.d.ts (657B)


      1 // generated by diplomat-tool
      2 import type { pointer, codepoint } from "./diplomat-runtime.d.ts";
      3 
      4 
      5 /**
      6 * Additional information: [1](https://docs.rs/icu/latest/icu/time/zone/struct.InvalidOffsetError.html)
      7 */
      8 type TimeZoneInvalidOffsetError_obj = {
      9 };
     10 
     11 
     12 
     13 export class TimeZoneInvalidOffsetError {
     14    /** Create `TimeZoneInvalidOffsetError` from an object that contains all of `TimeZoneInvalidOffsetError`s fields.
     15    * Optional fields do not need to be included in the provided object.
     16    */
     17    static fromFields(structObj : TimeZoneInvalidOffsetError_obj) : TimeZoneInvalidOffsetError;
     18 
     19 
     20 
     21    constructor(structObj: TimeZoneInvalidOffsetError_obj);
     22 }