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