Geen omschrijving

FFIB: 11e3a9652a first 7 jaren geleden
..
index.js 11e3a9652a first 7 jaren geleden
package.json 11e3a9652a first 7 jaren geleden
readme.md 11e3a9652a first 7 jaren geleden

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