XuelesszzZ 94af2b8e7b 6-30-5 | 1 سال پیش | |
---|---|---|
.. | ||
index.d.ts | 1 سال پیش | |
index.js | 1 سال پیش | |
license | 1 سال پیش | |
package.json | 1 سال پیش | |
readme.md | 1 سال پیش |
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