is-path-cwd
Check if a path is the current working directory
Install
$ npm install is-path-cwdUsage
const isPathCwd = require('is-path-cwd');
isPathCwd(process.cwd());
//=> true
isPathCwd('unicorn');
//=> falseLicense
MIT © Sindre Sorhus
Last updated
Was this helpful?