Mohammad Asif cf937194cb Removed un-waned things 1. | hai 5 meses | |
---|---|---|
.. | ||
index.d.ts | hai 5 meses | |
index.js | hai 5 meses | |
license | hai 5 meses | |
package.json | hai 5 meses | |
readme.md | hai 5 meses |
Check if a path is the current working directory
$ npm install is-path-cwd
const isPathCwd = require('is-path-cwd');
isPathCwd(process.cwd());
//=> true
isPathCwd('unicorn');
//=> false
MIT © Sindre Sorhus