AhMyth 9000392778 beta version 8 years ago
..
index.js 9000392778 beta version 8 years ago
package.json 9000392778 beta version 8 years ago
readme.md 9000392778 beta version 8 years ago

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

License

MIT © Sindre Sorhus