Gogs df670eaa27 first commit il y a 3 semaines
..
index.js df670eaa27 first commit il y a 3 semaines
license df670eaa27 first commit il y a 3 semaines
package.json df670eaa27 first commit il y a 3 semaines
readme.md df670eaa27 first commit il y a 3 semaines

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