CDN Resources for thenify
Various ways to access thenify via Content Delivery Networks
Package Installation
npm
npm install thenifyyarn
yarn add thenifypnpm
pnpm add thenifyCDN 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