night-cherry c3c5588342 web project files 1 сар өмнө
..
index.d.ts c3c5588342 web project files 1 сар өмнө
index.js c3c5588342 web project files 1 сар өмнө
license c3c5588342 web project files 1 сар өмнө
package.json c3c5588342 web project files 1 сар өмнө
readme.md c3c5588342 web project files 1 сар өмнө

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