小宝贝 2332bb7261 node il y a 1 an
..
index.d.ts 2332bb7261 node il y a 1 an
index.js 2332bb7261 node il y a 1 an
license 2332bb7261 node il y a 1 an
package.json 2332bb7261 node il y a 1 an
readme.md 2332bb7261 node il y a 1 an

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