f219032956 智慧照明控制系统 v1.0.0 il y a 4 ans
..
index.js f219032956 智慧照明控制系统 v1.0.0 il y a 4 ans
license f219032956 智慧照明控制系统 v1.0.0 il y a 4 ans
package.json f219032956 智慧照明控制系统 v1.0.0 il y a 4 ans
readme.md f219032956 智慧照明控制系统 v1.0.0 il y a 4 ans

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