path-compatible
v1.0.5
Published
path-compatible
Downloads
38
Maintainers
Readme
path-compatible,用于替代原始path模块,兼容win10、linux、macos 等系统
功能介绍
- 所有路径的处理及返回统一为
/ - 干掉windows下路径返回为
\\所造成的BUG
安装
npm i path-compatible使用
import pathCompatible from 'path-compatible' 