Name Last Update
..
LICENSE-MIT Loading commit data...
README.md Loading commit data...
index.js Loading commit data...
package.json Loading commit data...

README.md

is-relative NPM version

Returns true if the path appears to be relative.

Install

Install with npm

npm i is-relative --save

Usage

isRelative

  • filepath {String}: Path to test.
  • returns: {Boolean}
var isRelative = require('is-relative');
isRelative('README.md');
//=> true

Author

Jon Schlinkert

License

Copyright (c) 2014 Jon Schlinkert
Released under the MIT license


This file was generated by verb on November 17, 2014.