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