AhMyth 9000392778 beta version hace 8 años
..
index.js 9000392778 beta version hace 8 años
package.json 9000392778 beta version hace 8 años
readme.md 9000392778 beta version hace 8 años

readme.md

is-path-cwd Build Status

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