文件名称:path-judge:判断路径是绝对路径还是相对路径
文件大小:4KB
文件格式:ZIP
更新时间:2024-07-17 13:28:40
JavaScript
路径判断 判断路径是绝对路径还是相对路径以及一些额外的功能。 安装 npm install path-judge --save 开始 pathJudge = require 'path-judge' 接口演示 ### # @param path {string} the path string. # @return {boolean} if the path is absolute return true else return false ### pathJudge.isAbsolute(path) ### # @param path {string} the path string. # @return {boolean} if the path is relative return true else return false ### pathJudge . isRela
【文件预览】:
path-judge-master
----.gitignore(18B)
----README.md(1KB)
----test.coffee(239B)
----package.json(871B)
----src()
--------index.coffee(869B)
----index.js(1KB)
----.npmignore(32B)
----README.zh.md(1KB)