f219032956 智慧照明控制系统 v1.0.0 %!s(int64=4) %!d(string=hai) anos
..
index.js f219032956 智慧照明控制系统 v1.0.0 %!s(int64=4) %!d(string=hai) anos
package.json f219032956 智慧照明控制系统 v1.0.0 %!s(int64=4) %!d(string=hai) anos
readme.md f219032956 智慧照明控制系统 v1.0.0 %!s(int64=4) %!d(string=hai) anos

readme.md

is-path-cwd Build Status

Check if a path is CWD

Install

$ npm install --save is-path-cwd

Usage

var isPathCwd = require('is-path-cwd');

isPathCwd(process.cwd());
//=> true

isPathCwd('unicorn');
//=> false

License

MIT © Sindre Sorhus