版博士V2.0程序
Nie możesz wybrać więcej, niż 25 tematów Tematy muszą się zaczynać od litery lub cyfry, mogą zawierać myślniki ('-') i mogą mieć do 35 znaków.
 
 
 
 

9 wiersze
505 B

  1. import type { PackageJson } from "pkg-types";
  2. export declare function getCacheDir(): string;
  3. export declare function isDir(filename: string): boolean;
  4. export declare function isWritable(filename: string): boolean;
  5. export declare function md5(content: string, len?: number): string;
  6. export declare function detectLegacySyntax(code: string): RegExpMatchArray | null;
  7. export declare function isObject(val: any): boolean;
  8. export declare function readNearestPackageJSON(path: string): PackageJson | undefined;