f219032956 智慧照明控制系统 v1.0.0 4 anni fa
..
index.js f219032956 智慧照明控制系统 v1.0.0 4 anni fa
license f219032956 智慧照明控制系统 v1.0.0 4 anni fa
package.json f219032956 智慧照明控制系统 v1.0.0 4 anni fa
readme.md f219032956 智慧照明控制系统 v1.0.0 4 anni fa

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