Files
freeCodeCamp/probot/presolver/node_modules/is-path-cwd
2018-12-05 11:23:55 +05:30
..
2018-12-05 11:23:55 +05:30
2018-12-05 11:23:55 +05:30
2018-12-05 11:23:55 +05:30

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