variables.d.ts 295 B

12345678
  1. export declare class Variables {
  2. static readonly VERSION: string;
  3. static readonly LOCALES: Map<string, string>;
  4. static ensureLocale(loc: string, def: string): string;
  5. static readonly mathjaxVersion: string;
  6. static readonly url: string;
  7. static readonly WGXpath: string;
  8. }