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

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