xiezhiming bcc6bf9d94 修改 1 year ago
..
index.d.ts bcc6bf9d94 修改 1 year ago
index.js bcc6bf9d94 修改 1 year ago
license bcc6bf9d94 修改 1 year ago
package.json bcc6bf9d94 修改 1 year ago
readme.md bcc6bf9d94 修改 1 year ago

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