npm install typedarrayyarn add typedarraypnpm add typedarray<script src="https://fastly.jsdelivr.net/npm/typedarray"></script><script src="https://unpkg.com/typedarray"></script><script type="module">
import typedarray from 'https://cdn.jsdelivr.net/npm/typedarray/+esm';
</script><script type="module">
import typedarray from 'https://cdn.skypack.dev/typedarray';
</script>