Mohammad Asif cf937194cb Removed un-waned things 1. пре 6 месеци
..
index.d.ts cf937194cb Removed un-waned things 1. пре 6 месеци
index.js cf937194cb Removed un-waned things 1. пре 6 месеци
license cf937194cb Removed un-waned things 1. пре 6 месеци
package.json cf937194cb Removed un-waned things 1. пре 6 месеци
readme.md cf937194cb Removed un-waned things 1. пре 6 месеци

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