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