Mohammad Asif cf937194cb Removed un-waned things 1. | пре 6 месеци | |
---|---|---|
.. | ||
index.d.ts | пре 6 месеци | |
index.js | пре 6 месеци | |
license | пре 6 месеци | |
package.json | пре 6 месеци | |
readme.md | пре 6 месеци |
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