is-path-cwd
Advanced tools
Weekly downloads
Readme
Check if a path is the current working directory
$ npm install is-path-cwd
import isPathCwd from 'is-path-cwd';
isPathCwd(process.cwd());
//=> true
isPathCwd('unicorn');
//=> false
FAQs
Check if a path is the current working directory
The npm package is-path-cwd receives a total of 11,489,070 weekly downloads. As such, is-path-cwd popularity was classified as popular.
We found that is-path-cwd demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
Did you know?
Socket installs a GitHub app to automatically flag issues on every pull request and report the health of your dependencies. Find out what is inside your node modules and prevent malicious activity before you update the dependencies.