lihai 8d6c751f49 feat: push лет назад: 2
..
index.d.ts 8d6c751f49 feat: push лет назад: 2
index.js 8d6c751f49 feat: push лет назад: 2
license 8d6c751f49 feat: push лет назад: 2
package.json 8d6c751f49 feat: push лет назад: 2
readme.md 8d6c751f49 feat: push лет назад: 2

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