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