open-embodied fa48161c03 gcc hace 6 meses
..
index.js fa48161c03 gcc hace 6 meses
package.json fa48161c03 gcc hace 6 meses
readme.md fa48161c03 gcc hace 6 meses

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