cmy a6e36702ec 2023-3-1 il y a 2 ans
..
index.d.ts a6e36702ec 2023-3-1 il y a 2 ans
index.js a6e36702ec 2023-3-1 il y a 2 ans
license a6e36702ec 2023-3-1 il y a 2 ans
package.json a6e36702ec 2023-3-1 il y a 2 ans
readme.md a6e36702ec 2023-3-1 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