is-path-in-cwd

Check if a path is in the current working directory

Usage no npm install needed!

<script type="module">
  import isPathInCwd from 'https://cdn.skypack.dev/is-path-in-cwd';
</script>

README

is-path-in-cwd

Check if a path is in the current working directory

Install

$ npm install is-path-in-cwd

Usage

import isPathInCwd from 'is-path-in-cwd';

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

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

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

Get professional support for this package with a Tidelift subscription
Tidelift helps make open source sustainable for maintainers while giving companies
assurances about security, maintenance, and licensing for their dependencies.