liukang b4b8ddf15d admin-vue 1 rok temu
..
index.d.ts b4b8ddf15d admin-vue 1 rok temu
index.js b4b8ddf15d admin-vue 1 rok temu
license b4b8ddf15d admin-vue 1 rok temu
package.json b4b8ddf15d admin-vue 1 rok temu
readme.md b4b8ddf15d admin-vue 1 rok temu

readme.md

is-path-in-cwd Build Status

Check if a path is in the current working directory

Install

$ npm install is-path-in-cwd

Usage

const isPathInCwd = require('is-path-in-cwd');

isPathInCwd('unicorn');
//=> true

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

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

License

MIT © Sindre Sorhus