is-path-cwd Build Status

Check if a path is CWD

Install

sh $ npm install --save is-path-cwd

Usage

```js var isPathCwd = require('is-path-cwd');

isPathCwd(process.cwd()); //=> true

isPathCwd('unicorn'); //=> false ```

License

MIT © Sindre Sorhus