is-path-cwd
v3.0.0
Published
Check if a path is the current working directory
Downloads
55,465,747
Maintainers
Readme
is-path-cwd
Check if a path is the current working directory
Install
$ npm install is-path-cwd
Usage
import isPathCwd from 'is-path-cwd';
isPathCwd(process.cwd());
//=> true
isPathCwd('unicorn');
//=> false