Mohammad Asif cf937194cb Removed un-waned things 1. 7 hónapja
..
index.d.ts cf937194cb Removed un-waned things 1. 7 hónapja
index.js cf937194cb Removed un-waned things 1. 7 hónapja
license cf937194cb Removed un-waned things 1. 7 hónapja
package.json cf937194cb Removed un-waned things 1. 7 hónapja
readme.md cf937194cb Removed un-waned things 1. 7 hónapja

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