CDN Resources for wrappy
Various ways to access wrappy via Content Delivery Networks
Package Installation
npm
npm install wrappyyarn
yarn add wrappypnpm
pnpm add wrappyCDN 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