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