liangjiahao 8f813121f8 添加查看按钮的窗口 3 gadi atpakaļ
..
index.d.ts fcedc92fa0 完成了基础 3 gadi atpakaļ
index.js fcedc92fa0 完成了基础 3 gadi atpakaļ
license fcedc92fa0 完成了基础 3 gadi atpakaļ
package.json 8f813121f8 添加查看按钮的窗口 3 gadi atpakaļ
readme.md fcedc92fa0 完成了基础 3 gadi atpakaļ

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