katwhite 2bb8a30479 i hope this works il y a 4 ans
..
index.d.ts 2bb8a30479 i hope this works il y a 4 ans
index.js 2bb8a30479 i hope this works il y a 4 ans
license 2bb8a30479 i hope this works il y a 4 ans
package.json 2bb8a30479 i hope this works il y a 4 ans
readme.md 2bb8a30479 i hope this works il y a 4 ans

readme.md

is-path-in-cwd Build Status

Check if a path is in the current working directory

Install

$ npm install is-path-in-cwd

Usage

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

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

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

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

License

MIT © Sindre Sorhus