lhl 7eff0e2ec0 1-9 4 mesi fa
..
index.js 7eff0e2ec0 1-9 4 mesi fa
license 7eff0e2ec0 1-9 4 mesi fa
package.json 7eff0e2ec0 1-9 4 mesi fa
readme.md 7eff0e2ec0 1-9 4 mesi fa

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