|
6 bulan lalu | |
---|---|---|
.. | ||
node_modules | 6 bulan lalu | |
index.d.ts | 6 bulan lalu | |
index.js | 6 bulan lalu | |
license | 6 bulan lalu | |
package.json | 6 bulan lalu | |
readme.md | 6 bulan lalu |
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