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
Check if a path is the current working directory
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