mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 02:15:24 +00:00
.. | ||
index.js | ||
package.json | ||
readme.md |
is-path-in-cwd
Check if a path is in the current working directory
Install
$ npm install --save is-path-in-cwd
Usage
var isPathInCwd = require('is-path-in-cwd');
isPathInCwd('unicorn');
//=> true
isPathInCwd('../rainbow');
//=> false
License
MIT © Sindre Sorhus