zz 65c8a28f48 项目初始化 vor 1 Woche
..
index.d.ts 65c8a28f48 项目初始化 vor 1 Woche
index.js 65c8a28f48 项目初始化 vor 1 Woche
license 65c8a28f48 项目初始化 vor 1 Woche
package.json 65c8a28f48 项目初始化 vor 1 Woche
readme.md 65c8a28f48 项目初始化 vor 1 Woche

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