vlad 6f123ff03e 18.07 %!s(int64=6) %!d(string=hai) anos
..
index.js 6f123ff03e 18.07 %!s(int64=6) %!d(string=hai) anos
package.json 6f123ff03e 18.07 %!s(int64=6) %!d(string=hai) anos
readme.md 6f123ff03e 18.07 %!s(int64=6) %!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