gaojunlong 0b996e41aa 2025-03-04-1 преди 2 месеца
..
index.d.ts 0b996e41aa 2025-03-04-1 преди 2 месеца
index.js 0b996e41aa 2025-03-04-1 преди 2 месеца
license 0b996e41aa 2025-03-04-1 преди 2 месеца
package.json 0b996e41aa 2025-03-04-1 преди 2 месеца
readme.md 0b996e41aa 2025-03-04-1 преди 2 месеца

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