is-path-in-cwd
v4.0.0
Published
Check if a path is in the current working directory
Downloads
27,819,034
Maintainers
Readme
is-path-in-cwd
Check if a path is in the current working directory
Install
$ npm install is-path-in-cwd
Usage
import isPathInCwd from 'is-path-in-cwd';
isPathInCwd('unicorn');
//=> true
isPathInCwd('../rainbow');
//=> false
isPathInCwd('.');
//=> false