zz 65c8a28f48 项目初始化 пре 1 недеља
..
index.d.ts 65c8a28f48 项目初始化 пре 1 недеља
index.js 65c8a28f48 项目初始化 пре 1 недеља
license 65c8a28f48 项目初始化 пре 1 недеља
package.json 65c8a28f48 项目初始化 пре 1 недеља
readme.md 65c8a28f48 项目初始化 пре 1 недеља

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