UNPKG

@daysnap/utils

Version:
7 lines (5 loc) 127 B
/** * 格式化处理路径 平台兼容 */ declare function normalizePath(path: string): string; export { normalizePath };