mirror of
https://github.com/fooflington/selfdefined.git
synced 2025-06-11 21:31:39 +00:00
update
This commit is contained in:
16
node_modules/is-relative-path/Readme.md
generated
vendored
Normal file
16
node_modules/is-relative-path/Readme.md
generated
vendored
Normal file
@ -0,0 +1,16 @@
|
||||
### 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
|
||||
```
|
||||
|
||||
|
Reference in New Issue
Block a user