backoffice/node_modules/is-relative
root ab9f8bb658 first commit 2020-02-06 10:09:39 +00:00
..
LICENSE-MIT first commit 2020-02-06 10:09:39 +00:00
README.md first commit 2020-02-06 10:09:39 +00:00
index.js first commit 2020-02-06 10:09:39 +00:00
package.json first commit 2020-02-06 10:09:39 +00:00

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.