CDN Resources for path-exists

Quick access to CDN links for the path-exists package

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>