CDN Resources for path-exists
Various ways to access path-exists via Content Delivery Networks
Package Installation
npm
npm install path-exists
yarn
yarn add path-exists
pnpm
pnpm add path-exists
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/path-exists"></script>
Unpkg
<script src="https://unpkg.com/path-exists"></script>
jsDelivr ESM
<script type="module">
import pathexists from 'https://cdn.jsdelivr.net/npm/path-exists/+esm';
</script>
Skypack
<script type="module">
import pathexists from 'https://cdn.skypack.dev/path-exists';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages