2 Star 13 Fork 1

KwooShung / Files

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
index.ts 308 Bytes
一键复制 编辑 原始数据 按行查看 历史
import { normalize as _normalize } from 'path';
/**
* 标准化路径(normalize path)
* @param {string} source 要标准化的路径 (source path)
* @returns {string} 标准化后的路径 (normalized path)
*/
const normalize = (source: string): string => _normalize(source);
export default normalize;
1
https://gitee.com/kwooshung/Files.git
git@gitee.com:kwooshung/Files.git
kwooshung
Files
Files
main

搜索帮助