mirror of
https://github.com/nodejs/node.git
synced 2025-05-20 17:41:40 +00:00
![]() PR-URL: https://github.com/nodejs/node/pull/8478 Reviewed-By: James M Snell <jasnell@gmail.com> |
||
---|---|---|
.. | ||
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