tree: 67f6a70f0d2f5f803dfc635ccb13e49c1e343195 [path history] [tgz]
  1. index.js
  2. package.json
  3. readme.md
node_modules/is-path-cwd/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