is-path-cwd
Install
$ npm install is-path-cwdUsage
const isPathCwd = require('is-path-cwd');
isPathCwd(process.cwd());
//=> true
isPathCwd('unicorn');
//=> falseLicense
Last updated
$ npm install is-path-cwdconst isPathCwd = require('is-path-cwd');
isPathCwd(process.cwd());
//=> true
isPathCwd('unicorn');
//=> falseLast updated