MS-CIAZDCOIXVRW\Administrator 6ce40edc51 最新版本上传 vor 4 Jahren
..
index.js 6ce40edc51 最新版本上传 vor 4 Jahren
license 6ce40edc51 最新版本上传 vor 4 Jahren
package.json 6ce40edc51 最新版本上传 vor 4 Jahren
readme.md 6ce40edc51 最新版本上传 vor 4 Jahren

readme.md

is-path-in-cwd Build Status

Check if a path is in the current working directory

Install

$ npm install is-path-in-cwd

Usage

const isPathInCwd = require('is-path-in-cwd');

isPathInCwd('unicorn');
//=> true

isPathInCwd('../rainbow');
//=> false

isPathInCwd('.');
//=> false

License

MIT © Sindre Sorhus