lihai 8d6c751f49 feat: push 3 anni fa
..
index.d.ts 8d6c751f49 feat: push 3 anni fa
index.js 8d6c751f49 feat: push 3 anni fa
license 8d6c751f49 feat: push 3 anni fa
package.json 8d6c751f49 feat: push 3 anni fa
readme.md 8d6c751f49 feat: push 3 anni fa

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