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