|
||||
---|---|---|---|---|
.. | ||||
index.js | 11e3a9652a | 7 years ago | ||
package.json | 11e3a9652a | 7 years ago | ||
readme.md | 11e3a9652a | 7 years ago |
Check if a path is CWD
$ npm install --save is-path-cwd
var isPathCwd = require('is-path-cwd');
isPathCwd(process.cwd());
//=> true
isPathCwd('unicorn');
//=> false
MIT © Sindre Sorhus