Mohammad Asif cf937194cb Removed un-waned things 1. hace 5 meses
..
node_modules cf937194cb Removed un-waned things 1. hace 5 meses
index.d.ts cf937194cb Removed un-waned things 1. hace 5 meses
index.js cf937194cb Removed un-waned things 1. hace 5 meses
license cf937194cb Removed un-waned things 1. hace 5 meses
package.json cf937194cb Removed un-waned things 1. hace 5 meses
readme.md cf937194cb Removed un-waned things 1. hace 5 meses

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