CDN Resources for thenify-all

Quick access to CDN links for the thenify-all package

CDN Resources for thenify-all
Various ways to access thenify-all via Content Delivery Networks

Package Installation

npm
npm install thenify-all
yarn
yarn add thenify-all
pnpm
pnpm add thenify-all

CDN Links

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