env.d.ts 230 B

1234567
  1. export declare const isInHBuilderX: () => boolean;
  2. export declare const runByHBuilderX: () => boolean;
  3. /**
  4. * 增加 node_modules
  5. */
  6. export declare function initModulePaths(): void;
  7. export declare function fixBinaryPath(): void;