Files
hackathon-v-escape-4ff8b5a6…/frontend/node_modules/is-path-cwd
marianesaldana 80dbd947e5 Initial commit
2026-05-23 08:59:34 -06:00
..
2026-05-23 08:59:34 -06:00
2026-05-23 08:59:34 -06:00
2026-05-23 08:59:34 -06:00
2026-05-23 08:59:34 -06:00
2026-05-23 08:59:34 -06:00

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