caoge c760052ff9 机车状态修改 пре 7 месеци
..
index.js c760052ff9 机车状态修改 пре 7 месеци
license c760052ff9 机车状态修改 пре 7 месеци
package.json c760052ff9 机车状态修改 пре 7 месеци
readme.md c760052ff9 机车状态修改 пре 7 месеци

readme.md

is-path-in-cwd Build Status

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

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

License

MIT © Sindre Sorhus