is-path-cwd
v4.0.1
Published
Check if a path is the current working directory
Maintainers
Readme
is-path-cwd
Check if a path is the current working directory
Install
npm install is-path-cwdUsage
import isPathCwd from 'is-path-cwd';
isPathCwd(process.cwd());
//=> true
isPathCwd('unicorn');
//=> false