Mohammad Asif cf937194cb Removed un-waned things 1. vor 6 Monaten
..
node_modules cf937194cb Removed un-waned things 1. vor 6 Monaten
index.d.ts cf937194cb Removed un-waned things 1. vor 6 Monaten
index.js cf937194cb Removed un-waned things 1. vor 6 Monaten
license cf937194cb Removed un-waned things 1. vor 6 Monaten
package.json cf937194cb Removed un-waned things 1. vor 6 Monaten
readme.md cf937194cb Removed un-waned things 1. vor 6 Monaten

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