@tuzki/cli
Version:
🐇 lowcode-cli is an efficient cli tool for Rabbitpre plugin component secondary development. ❤️
20 lines (19 loc) • 448 B
TypeScript
/**
* 根据文件路径判断是否存在
* @param filePath 路径
* @returns
*/
export declare function isFileExisted(filePath: string): boolean;
/**
* 获取 debug.json
* @returns
*/
export declare function getDebugConfig(): any;
/**
* 是否存在 debug.json
* @returns
*/
export declare function hasDebugConfig(): boolean;
export declare function selectDebugConfiguration(configurations: {
debugName: string;
}[]): Promise<any>;