liangjiahao 8f813121f8 添加查看按钮的窗口 3 yıl önce
..
index.d.ts fcedc92fa0 完成了基础 3 yıl önce
index.js fcedc92fa0 完成了基础 3 yıl önce
license fcedc92fa0 完成了基础 3 yıl önce
package.json 8f813121f8 添加查看按钮的窗口 3 yıl önce
readme.md fcedc92fa0 完成了基础 3 yıl önce

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