hz-zhhq-web/node_modules/is-path-cwd
zzyuan 03ac614884 前端提交3 2025-02-25 13:45:28 +08:00
..
index.d.ts 前端提交3 2025-02-25 13:45:28 +08:00
index.js 前端提交3 2025-02-25 13:45:28 +08:00
license 前端提交3 2025-02-25 13:45:28 +08:00
package.json 前端提交3 2025-02-25 13:45:28 +08:00
readme.md 前端提交3 2025-02-25 13:45:28 +08:00

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