e528523742 v1.0.0 4 yıl önce
..
index.js e528523742 v1.0.0 4 yıl önce
license e528523742 v1.0.0 4 yıl önce
package.json e528523742 v1.0.0 4 yıl önce
readme.md e528523742 v1.0.0 4 yıl önce

readme.md

is-path-in-cwd Build Status

Check if a path is in the current working directory

Install

$ npm install --save is-path-in-cwd

Usage

var isPathInCwd = require('is-path-in-cwd');

isPathInCwd('unicorn');
//=> true

isPathInCwd('../rainbow');
//=> false

isPathInCwd('.');
//=> false

License

MIT © Sindre Sorhus