8 lines
230 B
TypeScript
8 lines
230 B
TypeScript
export declare const isInHBuilderX: () => boolean;
|
|
export declare const runByHBuilderX: () => boolean;
|
|
/**
|
|
* 增加 node_modules
|
|
*/
|
|
export declare function initModulePaths(): void;
|
|
export declare function fixBinaryPath(): void;
|