You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
unknown 9098be3295 iconFont priject upload 2 years ago
..
index.d.ts iconFont priject upload 2 years ago
index.js iconFont priject upload 2 years ago
license iconFont priject upload 2 years ago
package.json iconFont priject upload 2 years ago
readme.md iconFont priject upload 2 years ago

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