MS-CIAZDCOIXVRW\Administrator 6ce40edc51 最新版本上传 4 лет назад
..
index.js 6ce40edc51 最新版本上传 4 лет назад
license 6ce40edc51 最新版本上传 4 лет назад
package.json 6ce40edc51 最新版本上传 4 лет назад
readme.md 6ce40edc51 最新版本上传 4 лет назад

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