CDN Resources for immutable

Quick access to CDN links for the immutable package

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

Package Installation

npm
npm install immutable
yarn
yarn add immutable
pnpm
pnpm add immutable

CDN Links

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