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