版博士V2.0程序
Nelze vybrat více než 25 témat Téma musí začínat písmenem nebo číslem, může obsahovat pomlčky („-“) a může být dlouhé až 35 znaků.
 
 
 
 

9 řádky
249 B

  1. export interface ESPree {
  2. latestEcmaVersion?: number;
  3. version: string;
  4. }
  5. export declare function getEspree(): ESPree;
  6. declare type NewestKind = "cwd" | "linter" | "self";
  7. export declare function getNewestEspreeKind(): NewestKind;
  8. export {};