CDN Resources for command-exists

Quick access to CDN links for the command-exists package

CDN Resources for command-exists
Various ways to access command-exists via Content Delivery Networks

Package Installation

npm
npm install command-exists
yarn
yarn add command-exists
pnpm
pnpm add command-exists

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/command-exists"></script>
Unpkg
<script src="https://unpkg.com/command-exists"></script>
jsDelivr ESM
<script type="module">
  import commandexists from 'https://cdn.jsdelivr.net/npm/command-exists/+esm';
</script>
Skypack
<script type="module">
  import commandexists from 'https://cdn.skypack.dev/command-exists';
</script>