LAPTOP-UBJMM5MG\user d7428fd373 更新 il y a 2 ans
..
index.d.ts d7428fd373 更新 il y a 2 ans
index.js d7428fd373 更新 il y a 2 ans
license d7428fd373 更新 il y a 2 ans
package.json d7428fd373 更新 il y a 2 ans
readme.md d7428fd373 更新 il y a 2 ans

readme.md

is-path-cwd Build Status

Check if a path is the current working directory

Install

$ npm install is-path-cwd

Usage

const isPathCwd = require('is-path-cwd');

isPathCwd(process.cwd());
//=> true

isPathCwd('unicorn');
//=> false

License

MIT © Sindre Sorhus