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