CDN Resources for balanced-match
Various ways to access balanced-match via Content Delivery Networks
Package Installation
npm
npm install balanced-match
yarn
yarn add balanced-match
pnpm
pnpm add balanced-match
CDN 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