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