is-absolute
Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.
Found 3 results for isabsolute
Returns true if a file path is absolute. Does not rely on the path module and can be used as a polyfill for node.js native `path.isAbolute`.
Node.js 0.11.x path.isAbsolute as a separate module
A proxy to `path`, replacing `\` with `/` for all results