Check if a path is CWD
sh $ npm install --save is-path-cwd
```js var isPathCwd = require('is-path-cwd');
isPathCwd(process.cwd()); //=> true
isPathCwd('unicorn'); //=> false ```
MIT © Sindre Sorhus