import { normalizePath } from 't-comm'; // or import { normalizePath} from 't-comm/lib/path/index';
normalizePath
描述:
格式化路径
参数:
文件路径,或目录路径
返回:
格式化后的路径
示例
normalizePath('xxx/xxx/xxx'); normalizePath('xxx\\xxx\\xxx');
← pages-statistics pipeline →