lhl 6ff0e96ad3 8-4-1 | 1 ano atrás | |
---|---|---|
.. | ||
index.d.ts | 1 ano atrás | |
index.js | 1 ano atrás | |
license | 1 ano atrás | |
package.json | 1 ano atrás | |
readme.md | 1 ano atrás |
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