CDN Resources for when

Quick access to CDN links for the when package

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

Package Installation

npm
npm install when
yarn
yarn add when
pnpm
pnpm add when

CDN 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>