1
0
Fork 0
management/front/dkha-web-sz-main/node_modules/is-path-cwd
zhurui 54669c07cf i4 2023-12-18 13:12:25 +08:00
..
index.d.ts i4 2023-12-18 13:12:25 +08:00
index.js i4 2023-12-18 13:12:25 +08:00
license i4 2023-12-18 13:12:25 +08:00
package.json i4 2023-12-18 13:12:25 +08:00
readme.md i4 2023-12-18 13:12:25 +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