yrik 0fb20a58e3 提交 vor 4 Jahren
..
index.d.ts eec7f449c9 first commit vor 4 Jahren
index.js eec7f449c9 first commit vor 4 Jahren
license eec7f449c9 first commit vor 4 Jahren
package.json 0fb20a58e3 提交 vor 4 Jahren
readme.md eec7f449c9 first commit vor 4 Jahren

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