|
|
há 6 anos atrás | |
|---|---|---|
| .. | ||
| index.js | há 6 anos atrás | |
| package.json | há 6 anos atrás | |
| readme.md | há 6 anos atrás | |
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