Zhouyiping 5a7c95461a first commit 3 днів тому
..
index.d.ts 5a7c95461a first commit 3 днів тому
index.js 5a7c95461a first commit 3 днів тому
license 5a7c95461a first commit 3 днів тому
package.json 5a7c95461a first commit 3 днів тому
readme.md 5a7c95461a first commit 3 днів тому

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