NuclearDispersionSystem/ant-design-vue-jeecg/node_modules/is-path-cwd
2023-09-14 14:47:11 +08:00
..
index.js 111 2023-09-14 14:47:11 +08:00
package.json 111 2023-09-14 14:47:11 +08:00
readme.md 111 2023-09-14 14:47:11 +08:00

is-path-cwd Build Status

Check if a path is CWD

Install

$ npm install --save is-path-cwd

Usage

var isPathCwd = require('is-path-cwd');

isPathCwd(process.cwd());
//=> true

isPathCwd('unicorn');
//=> false

License

MIT © Sindre Sorhus