CDN Resources for typedarray

Quick access to CDN links for the typedarray package

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

Package Installation

npm
npm install typedarray
yarn
yarn add typedarray
pnpm
pnpm add typedarray

CDN Links

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