UNPKG

pty-shell

Version:
11 lines (10 loc) 327 B
export declare function find_sep(path: any): string; /** * windows 是 \ linux 是 / * @param path * @param filename * @returns {*|string} */ export declare function path_join(path: any, filename: any): any; export declare function get_best_cmd(list: any): any; export declare function isAbsolutePath(path: any): boolean;