mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-04-22 01:09:07 +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
|
||
|
```
|
||
|
|
||
|
|