You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
rdrew
573c318665
|
2 years ago | |
---|---|---|
.. | ||
index.js | 2 years ago | |
package.json | 2 years ago | |
readme.md | 2 years ago |
readme.md
is-path-cwd
Check if a path is CWD
Install
$ npm install --save is-path-cwd
Usage
var isPathCwd = require('is-path-cwd');
isPathCwd(process.cwd());
//=> true
isPathCwd('unicorn');
//=> false
License
MIT © Sindre Sorhus