caoge c760052ff9 机车状态修改 | hace 8 meses | |
---|---|---|
.. | ||
index.js | hace 8 meses | |
package.json | hace 8 meses | |
readme.md | hace 8 meses |
Check if a path is CWD
$ npm install --save is-path-cwd
var isPathCwd = require('is-path-cwd');
isPathCwd(process.cwd());
//=> true
isPathCwd('unicorn');
//=> false
MIT © Sindre Sorhus