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>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages