CDN Resources for path-exists
Various ways to access path-exists via Content Delivery Networks
Package Installation
npm
npm install path-existsyarn
yarn add path-existspnpm
pnpm add path-existsCDN 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