CDN Resources for regenerator-runtime

Quick access to CDN links for the regenerator-runtime package

CDN Resources for regenerator-runtime
Various ways to access regenerator-runtime via Content Delivery Networks

Package Installation

npm
npm install regenerator-runtime
yarn
yarn add regenerator-runtime
pnpm
pnpm add regenerator-runtime

CDN Links

jsDelivr
<script src="https://fastly.jsdelivr.net/npm/regenerator-runtime"></script>
Unpkg
<script src="https://unpkg.com/regenerator-runtime"></script>
jsDelivr ESM
<script type="module">
  import regeneratorruntime from 'https://cdn.jsdelivr.net/npm/regenerator-runtime/+esm';
</script>
Skypack
<script type="module">
  import regeneratorruntime from 'https://cdn.skypack.dev/regenerator-runtime';
</script>