yanchengPowerSupply/node_modules/is-path-cwd
mazhehui 33e57c6f11 分布式光伏大屏页面 2023-07-18 08:47:30 +08:00
..
index.d.ts 分布式光伏大屏页面 2023-07-18 08:47:30 +08:00
index.js 分布式光伏大屏页面 2023-07-18 08:47:30 +08:00
license 分布式光伏大屏页面 2023-07-18 08:47:30 +08:00
package.json 分布式光伏大屏页面 2023-07-18 08:47:30 +08:00
readme.md 分布式光伏大屏页面 2023-07-18 08:47:30 +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