Mohammad Asif cf937194cb Removed un-waned things 1. 5 months atrás
..
index.d.ts cf937194cb Removed un-waned things 1. 5 months atrás
index.js cf937194cb Removed un-waned things 1. 5 months atrás
license cf937194cb Removed un-waned things 1. 5 months atrás
package.json cf937194cb Removed un-waned things 1. 5 months atrás
readme.md cf937194cb Removed un-waned things 1. 5 months atrás

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