mirror of
https://github.com/nodejs/node.git
synced 2025-05-18 15:22:27 +00:00
![]() PR-URL: https://github.com/nodejs/io.js/pull/2286 Reviewed-By: Roman Reiss <me@silverwind.io> |
||
---|---|---|
.. | ||
index.js | ||
package.json | ||
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