wuxiang da9bc82d52 commit 2 ani în urmă
..
index.d.ts da9bc82d52 commit 2 ani în urmă
index.js da9bc82d52 commit 2 ani în urmă
license da9bc82d52 commit 2 ani în urmă
package.json da9bc82d52 commit 2 ani în urmă
readme.md da9bc82d52 commit 2 ani în urmă

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