CDN Resources for minimatch
Various ways to access minimatch via Content Delivery Networks
Package Installation
npm
npm install minimatchyarn
yarn add minimatchpnpm
pnpm add minimatchCDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/minimatch"></script>Unpkg
<script src="https://unpkg.com/minimatch"></script>jsDelivr ESM
<script type="module">
import minimatch from 'https://cdn.jsdelivr.net/npm/minimatch/+esm';
</script>Skypack
<script type="module">
import minimatch from 'https://cdn.skypack.dev/minimatch';
</script>CDN Provider Resources
Learn more about the CDN services used to deliver these packages