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