yrik 0fb20a58e3 提交 4 лет назад
..
index.d.ts eec7f449c9 first commit 4 лет назад
index.js eec7f449c9 first commit 4 лет назад
license eec7f449c9 first commit 4 лет назад
package.json 0fb20a58e3 提交 4 лет назад
readme.md eec7f449c9 first commit 4 лет назад

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