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>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages