/** * 功能类似于 path.resolve,但比它简单。 * @param args 待合并路径。 * @returns path 返回处理后的路径。 * @see {@link https://hyhello.github.io/utils/#/pathResolve 在线文档} */ export default function pathResolve(...args: string[]): string;