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