CDN Resources for anymatch

Quick access to CDN links for the anymatch package

CDN Resources for anymatch
Various ways to access anymatch via Content Delivery Networks

Package Installation

npm
npm install anymatch
yarn
yarn add anymatch
pnpm
pnpm add anymatch

CDN Links

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