mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-22 09:09:09 +00:00
17 lines
419 B
Markdown
17 lines
419 B
Markdown
### is-relative-path [](https://npmjs.org/package/is-relative-path) [](https://npmjs.org/package/is-relative-path)
|
|
|
|
> Sometimes I just want to scream
|
|
|
|
`npm install is-relative-path`
|
|
|
|
### Usage
|
|
|
|
```js
|
|
var isRelative = require('is-relative-path');
|
|
|
|
isRelative('../'); // true
|
|
isRelative('/'); // false
|
|
```
|
|
|
|
|