[ 源代码: node-path-is-absolute ]
软件包:node-path-is-absolute(2.0.0-2)
node-path-is-absolute 的相关链接
Debian 的资源:
下载源码包 node-path-is-absolute:
- [node-path-is-absolute_2.0.0-2.dsc]
- [node-path-is-absolute_2.0.0.orig.tar.gz]
- [node-path-is-absolute_2.0.0-2.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
Node.js 0.12 path.isAbsolute() ponyfill
Path-is-absolute is a Node.js module that gives developers the ability to determine whether a path written in programming language is an absolute path. An absolute path will always resolve to the same location, regardless of the working directory. Path-is-absolute is a ponyfill, meaning that it does not overwrite the native method in a JavaScript environment.