yrik 0fb20a58e3 提交 před 4 roky
..
index.d.ts eec7f449c9 first commit před 4 roky
index.js eec7f449c9 first commit před 4 roky
license eec7f449c9 first commit před 4 roky
package.json 0fb20a58e3 提交 před 4 roky
readme.md eec7f449c9 first commit před 4 roky

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