Mohammad Asif cf937194cb Removed un-waned things 1. | vor 6 Monaten | |
---|---|---|
.. | ||
node_modules | vor 6 Monaten | |
index.d.ts | vor 6 Monaten | |
index.js | vor 6 Monaten | |
license | vor 6 Monaten | |
package.json | vor 6 Monaten | |
readme.md | vor 6 Monaten |
Check if a path is in the current working directory
$ npm install is-path-in-cwd
const isPathInCwd = require('is-path-in-cwd');
isPathInCwd('unicorn');
//=> true
isPathInCwd('../rainbow');
//=> false
isPathInCwd('.');
//=> false
MIT © Sindre Sorhus