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