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

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