katwhite 2bb8a30479 i hope this works преди 4 години
..
index.d.ts 2bb8a30479 i hope this works преди 4 години
index.js 2bb8a30479 i hope this works преди 4 години
license 2bb8a30479 i hope this works преди 4 години
package.json 2bb8a30479 i hope this works преди 4 години
readme.md 2bb8a30479 i hope this works преди 4 години

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