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