Irina Glushko 2389e7160b HW1 done | 3 yıl önce | |
---|---|---|
.. | ||
index.d.ts | 3 yıl önce | |
index.js | 3 yıl önce | |
license | 3 yıl önce | |
package.json | 3 yıl önce | |
readme.md | 3 yıl önce |
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