Ryuiso b1774d2c86 no message hai 1 ano
..
index.js b1774d2c86 no message hai 1 ano
package.json b1774d2c86 no message hai 1 ano
readme.md b1774d2c86 no message hai 1 ano

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