lihai 8d6c751f49 feat: push | 2 anos atrás | |
---|---|---|
.. | ||
index.d.ts | 2 anos atrás | |
index.js | 2 anos atrás | |
license | 2 anos atrás | |
package.json | 2 anos atrás | |
readme.md | 2 anos 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