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

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