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