APPLE 025c69e553 wesmiler 点什么广告 3 лет назад
..
index.js 025c69e553 wesmiler 点什么广告 3 лет назад
license 025c69e553 wesmiler 点什么广告 3 лет назад
package.json 025c69e553 wesmiler 点什么广告 3 лет назад
readme.md 025c69e553 wesmiler 点什么广告 3 лет назад

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