zz 65c8a28f48 项目初始化 6 giorni fa
..
index.d.ts 65c8a28f48 项目初始化 6 giorni fa
index.js 65c8a28f48 项目初始化 6 giorni fa
license 65c8a28f48 项目初始化 6 giorni fa
package.json 65c8a28f48 项目初始化 6 giorni fa
readme.md 65c8a28f48 项目初始化 6 giorni fa

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