gaojunlong 0b996e41aa 2025-03-04-1 2 months ago
..
index.d.ts 0b996e41aa 2025-03-04-1 2 months ago
index.js 0b996e41aa 2025-03-04-1 2 months ago
license 0b996e41aa 2025-03-04-1 2 months ago
package.json 0b996e41aa 2025-03-04-1 2 months ago
readme.md 0b996e41aa 2025-03-04-1 2 months ago

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