wuxiang da9bc82d52 commit 2 سال پیش
..
index.d.ts da9bc82d52 commit 2 سال پیش
index.js da9bc82d52 commit 2 سال پیش
license da9bc82d52 commit 2 سال پیش
package.json da9bc82d52 commit 2 سال پیش
readme.md da9bc82d52 commit 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