mirror of https://github.com/layui/layui
				
				
				
			| 
				
					
						
							 | 
			||
|---|---|---|
| .. | ||
| index.js | ||
| package.json | ||
| readme.md | ||
		
			
				
				readme.md
			
		
		
			
			
		
	
	is-path-cwd 
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