is-in-path
v1.0.0
Published
> Whether a file or directory exists in a directory
Downloads
2
Readme
is-in-path
Whether a file or directory exists in a directory
use
npm install is-in-path
Simple to use
const isIn = require('is-in-path')
let boolean = isIn('./','./index.html')